B BigMan Apr 10, 2005 #1 How do I delay the execution of a bach file by 5 seconds, such as in: rem do smth rem wait for 5 seconds rem do smth
How do I delay the execution of a bach file by 5 seconds, such as in: rem do smth rem wait for 5 seconds rem do smth
A Al Dunbar [MS-MVP] Apr 10, 2005 #2 BigMan said: How do I delay the execution of a bach file by 5 seconds, such as in: rem do smth rem wait for 5 seconds rem do smth Click to expand... This should do the trick for you: nul ping -n 6 localhost Click to expand... /Al
BigMan said: How do I delay the execution of a bach file by 5 seconds, such as in: rem do smth rem wait for 5 seconds rem do smth Click to expand... This should do the trick for you: nul ping -n 6 localhost Click to expand... /Al