
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
Latest posts by Rajesh Kumar (see all)
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