Sleep 1.00

Published by

Sleep is a simple command line option that enables you to put a delay in your batch files.
Sleep is a simple command line option that enables you to put a delay in your batch files.

Sleep permits you to specify the number of milliseconds as a parameter and it will countdown the specified time before allowing the batch files to run. Sleep will be notably useful in batch file programming.

 Download