@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 Wakeup fileserver ? echo. echo ______ ______ ______ echo ^|___ /^|___ /^|___ / echo / / / / / / ____________ echo / / / / / / ^|_ /_ /_ / echo ./ /___./ /___./ /___/ / / / / / _ _ _ echo \_____/\_____/\_____/___/___/___(_^|_^|_) echo. echo. echo. echo Wake Up the fileserver...? echo. echo Abort now, or hit any key to wake up the server... echo. pause ::REM Get jiggy... echo Now issuing WOL command... wolcmd.exe 008063C51D8A 172.16.10.200 255.255.255.0 7 echo. echo. echo done. ping 172.16.10.200 -t