Possible Duplicate:
How to sleep in a batch file?
I have a batch file that runs as a secheduled task in windows server 2003.
This batch file purely calls around 20 other batchfiles one after the other.
When this runs it causes quite a spike on the server and a reduction in performance.
I'd like the ability to add a WAIT or SLEEP type command between each of my batch file calls in order to spread the load out a bit.
Can anyone shed any light on the simplest way of doing this?