
Marcus W. answered 04/09/20
Tutor
New to Wyzant
MCSE, MCSA and MCT in Microsoft Technologies
Have you tried the timeout command? I works like this
Timeout /T (how many seconds you want to wait)
e.g. timeout /t 10 - will stop the processing for 10 seconds.
You can also do a "call" to a batch file that uses the timeout command.