kb2102 - Creating a batch file delay (SDK)

Below is an example of how to delay a batch file any where from 5 to 99 seconds. In the below example we illustrate a 5 second delay.

TYPE NUL | CHOICE.COM /N /CY /TY,5 >NUL


Additionally, you could use the sleep file found on Computerhope utility download section.

0 comments: