Its as easy as 1 line:
Code:
%SystemRoot%\system32\shutdown.exe -s -t 30 -c "Goodbye" -m \\HOSTNAME
Instructions:
It tells the bat to execute shutdown.exe (added to computers in network!)
Information:
-s = Command for shutdown
-t 30 = Basically you have 30 seconds before you die.
-c "Goodbye" = Just to tell you something before you die.
-m \\HOSTNAME = Replace hostname with real name (Use Angry IP Scanner to find hostnames if you need something useful, can be found in the download section of this site!)
Other words:
If you want to try it on yourself:
To abort the death, go to run, type "cmd" and type "shutdown -a"
And you will be safe from death.[/quote]