Shutdown icon for 3 computers

Sep 2, 2004
128
0
0
I need an icon on my desktop that will shutdown 3 computers in my network, instead of accesing them individually, is this possible?
 

spyordie007

Diamond Member
May 28, 2001
6,229
0
0
you could make a batch script that does it:
---------------------------------------------
shutdown -s -m \\computer1
shutdown -s -m \\computer2
shutdown -s -m \\computer3
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0
Originally posted by: Coro Dominicano
could you be more especific, I have no idea on what a batch script is.

A batch script is just a file, that when run runs individual commands. He gave you an example. Just put that into notepad, modify it as appropriate, save it and rename it to whatever.bat. Then, as an administrator (because I know you're not stupid enough to run as administrator all of the time) double click the file.