Monday 17 April 2006

Batch File Deliberate Delay

Wait 10 seconds in a batch file >

PING localhost -n 10 -w 1000 >NUL

Bizarre way to do it, but this delay needs no user interaction eg; PAUSE and has the advantage of running on all OS versions without downloading any third party utilities.

No comments: