View Single Post

  #7 (permalink)  
Old 10-07-2006, 01:38 AM
kasimani kasimani is offline
Member
User
 
Join Date: Jul 2006
Posts: 78
Rep Power: 0
kasimani
Send a message via Yahoo to kasimani
Default Great Idea for easy task

just create a batch file and put the following command

Shutdown -r -f -t 0 (This is for local computer)

for network computer

Shutdown -r -f -t 0 -m \\<ipaddress>

-r = restart
-s = shutdown
-f = forcily
-t = time in seconds
-m = remote computer
Reply With Quote