This procedure describes how to run the _sleep utility.
To run the utility:
"... _sleep" <seconds>
The <seconds> variable is any whole integer number n.
EXAMPLE: Run the following command to suspend execution of the script for 5 seconds.
ctmcreate -what command -cmdline "_sleep 5"
Parent Topic |