batch file to hibernate a system
@echo off
shutdown -S -f
exit
batch file to sleep a system
shutdown -s -f
batch t to Restart a system
shutdown -h -f
Anene Godson