home *** CD-ROM | disk | FTP | other *** search
-
-
-
- Wait(REL2) ARP User's Manual Wait(REL2)
-
-
-
- NAME
- Wait - Delay a specifed ammount of time
-
- SYNOPSIS
- WAIT nnnn [SEC/SECS] [MIN/MINS] [UNTIL hh:mm:ss]
-
- DESCRIPTION
- Wait will delay a specifed number of seconds or minutes, or
- until the specified time is reached. This is most often
- used in EXECUTE batch files for a delay.
-
- If no arguement is specified, WAIT will delay 1 second.
-
- If a number is specified, the default keyword SECS is
- assumed, and the delay will be for the specified number of
- seconds.
-
- If the keyword MINS is specified, the delay will be for the
- requested number of minutes.
-
- If the keyword "UNTIL" is used, WAIT will wait until the
- requested time within the next 24 hours.
-
- You may only specify one of UNTIL, MINS, or SECS for WAIT.
-
- EXAMPLE
- WAIT
-
- WAIT 10 secs
-
- WAIT UNTIL 3:00
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Page 1 (printed 2/22/88)
-
-
-
-