@echo off ::REM ------------------- Begin sample batch script ------------------------ ::REM Sample batch programming script ::REM (C)2007 John D. Seaman, Copylefted under terms of the GNU/GPL ::REM by John D. Seaman, www.japan-page.net/batch title Say Oyasumi to the file server... echo. echo ______ ______ ______ echo ^|___ /^|___ /^|___ / echo / / / / / / ____________ echo / / / / / / ^|_ /_ /_ / echo ./ /___./ /___./ /___/ / / / / / _ _ _ echo \_____/\_____/\_____/___/___/___(_^|_^|_) echo. echo. echo. echo Time to say Oyasumi...? echo. echo Abort now, or hit any key to say goodnight to the server... echo. pause ::REM Get jiggy... echo Now issuing oyasumi command... beyondexecv2.exe \\SERVERNAME -d hibernate echo. echo. echo done. ping SERVERNAME -t