just do this in a bat it worked for me start C:\blah\blah.exe @echo napping for 20 seconds echo wscript.sleep 20000 > temp.vbs start /wait temp.vbs start C:\poop\poop.exe @echo napping for 20 seconds echo wscript.sleep 20000 > temp.vbs start /wait temp.vbs c:\whatever\whocares.exe Using start opens in new window not using it opens in same window
ps my box doesnt have ping
pepsiphreak79 3 months ago
pepsiphreak79 3 months ago