Tuesday, March 20, 2012

howto pause for a finite number of seconds in a dos batch file

You can leverage the choice command for pausing for <x> number of seconds:
choice /D y /T 1 >NUL
(substituting the '1')

No comments: