Saturday, October 22, 2011

Set Timer to Shutdown

Goto Notepad....
then type the followings...

@echo off
echo.
echo.
shutdown -s -f -t 900 -c "You are shutting down"

Save the file with the extension .bat for example "shutdown.bat"

If you want to change time change the seconds 900 to other.... and you can also change the message...

If you want to stop the process then goto Run type "Shutdown -a"

No comments:

Post a Comment