Batch Program to Shutdown and restart the computer.

batch-program-to-shutdown-restart-computer

Batch Program to Shutdown and restart the computer. 

Restart

echo off

D:\Temp\tmp\SHUTDOWN.EXE /L /R /Y /C

pause  

Shutdown

echo offd:\tmp\SHUTDOWN.EXE /L /Y /C

pause

Tagged : / / / / / / / / / / / /