@echo off ping 0.0.0.0 /n 5 > nul
timeout /T 5
timeout /T 5 /NOBREAK
@echo off echo Delay 5s timeout /T 5 /NOBREAK > nul pause