SLEEP

Pauses an ESSCMD script.

Syntax

SLEEP "seconds"
ParameterDescription

seconds

Number of seconds for the batch file execution to sleep.

Notes

Pauses an ESSCMD script. Pausing an ESSCMD script allows other commands to finish execution and cleanup.

Example

SLEEP "10";