Add delay to batch files
Using the choice command you cand add delay to your batch files. This is the code to add a delay of 10 seconds:
choice /n /t:10 /d y
Sphere: Related Content
Using the choice command you cand add delay to your batch files. This is the code to add a delay of 10 seconds:
choice /n /t:10 /d y
Sphere: Related Content