January 20, 200620 yr How to make a pause between two commands ?1 second for examplebecause the the first install take more time, and the second command will run before the first is not really ended.Tnx for helpJack
January 20, 200620 yr Use sleep.exe from the unattended guide site.Or an alternate solution (a bit more lengthy), then I'll post the ping method if you want.
January 27, 200620 yr Example:start /wait setup1.exeping -n 11 127.0.0.1>nul | Echo sleeping 10 secondsstart /wait setup2.exeThat will pause for 10 seconds (the number 11 is because it has to be one unit more than the number of seconds to pause).
Create an account or sign in to comment