Documentation
Introduction
The Sleep utility is a simple command line tool, designed to pause or delay the execution of batch files
Here are the instructions for using the command line interface of Sleep.
The Command!
sleep [seconds] <option>
Where seconds is the number of seconds required to pause the execution of the batch file
and
<option> is /quiet to run the sleep silently.
Command line examples
>sleep 10
This will pause the execution of the batch file for 10 seconds and then resume the batch file.
> sleep 10 /quiet
This will silently pause the execution of the batch file for 10 seconds and will not display any information during this action.