Answers for "how to halt batch script execution 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

Code answers related to "how to halt batch script execution for 5 seconds"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language