Tuesday, January 11, 2011

How to create / make a program for automatic computer shutdown

How to create / make a program for automatic computer shutdown
Hi , this time I will create a program for automatic computer shutdown .
If you do not know how to make it , let's see my action . . . . .
First, open notepad in windows .
Then , type the text as below this

  1. @echo on
  2. shutdown -s -t 30 -c " Thank You "
  3. del shutdown.bat
Save this file with name shutdown.bat .
At number 30 above, shows just 30 seconds windows will be shutdown. And it will display the message "Thank You".
That's very easy . Let's try it now . . . . .

1 komentar:

Post a Comment