
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)
- AWS Tutorials: Python code to sync S3 Buckets - December 5, 2023
- AWS Tutorials: AWS S3 Commands Example - December 5, 2023
- AWS Tutorials: How to Create a Bucket and Access a Object? - December 5, 2023