Answers for "batch pause for 5 seconds"

0

how to halt batch script execution for 5 seconds

@echo off
echo %time%
timeout 5 > NUL
echo %time%
Posted by: Guest on November-11-2020
-1

windows batch file wait 5 seconds

SLEEP X_NUMBER_SECONDS
Posted by: Guest on February-19-2021

Code answers related to "batch pause for 5 seconds"

Browse Popular Code Answers by Language