How to delay in a batch file
by using the CHOICE command. Which is a hack, but it works. To delay for 5 seconds: choice /T 5 /D Y An explanation follows: /T is the number of…
by using the CHOICE command. Which is a hack, but it works. To delay for 5 seconds: choice /T 5 /D Y An explanation follows: /T is the number of…