Saturday, January 14, 2012

Simple Shutdown Script

'shutdown
Shell "Shutdown -s -f -t 0"

'logoff
Shell "Shutdown -l -f -t 0"

'restart
Shell "Shutdown -r -f -t 0"

No comments:

Post a Comment