Sleep for 10 seconds.
@ECHO OFF @REM Make sure to ping a non-existing IP, otherwise ping will exit before the timeout. @REM Wait for 10 seconds. Note: This is not exactly 10 seconds but close to it. echo %DATE% %TIME% PING 1.1.1.1 -n 1 -w 10000 >NUL echo %DATE% %TIME%