Sunday, April 18, 2010

I wanted to shutdown my system at a specified time. Tried to add a job in the command prompt and it actually worked.

To shutdown when no other process is running, use:
at 07:54 shutdown -s

To shutdown when other processes are running, use:
at 07:54 shutdown -f

This command forces the exes to close!

0 comments: