Sleep
On older Windows system, timeout is not available. However, we can use the sleep command.
Usage
sleep 1
Very self-explanatory; sleep for 1 second.
However, sleep is a deperacted command and should be replaced by timeout.
Availability
This command is available on old Windows system. ...