PAUSE <Number of Seconds>
PAUSE the script for a number of seconds. Fractional of second is allowed (make sure that it's in this format: 0.nn)Example:
'-- Wait for 10 secondsPAUSE 10'-- Wait for 1/2 of secondPAUSE 0.5
See Also
Shortcut Script Syntax