Crosswords4 mins ago
Pausing a DOS script for a period of time
I'm sure I once knew how to do this....
I need to pause a DOS script for a set period of time (say 10 seconds)
I was hoping that PAUSE would take a time delay as a parameter (it doesn't) or that there'd be a SLEEP command (there isn't)
So how DO I suspend a batch script for a defined period of time?
Thanks
Phil G
I need to pause a DOS script for a set period of time (say 10 seconds)
I was hoping that PAUSE would take a time delay as a parameter (it doesn't) or that there'd be a SLEEP command (there isn't)
So how DO I suspend a batch script for a defined period of time?
Thanks
Phil G
Answers
http://www.a llenware.... cswref.htm#W aitsFixed gives a few ways to do it, including the ping method
21:43 Tue 07th Dec 2010
Related Questions
Sorry, we can't find any related questions. Try using the search bar at the top of the page to search for some keywords, or choose a topic and submit your own question.