home *** CD-ROM | disk | FTP | other *** search
-
-
-
- Wait(V1.3) ARP User's Manual Wait(V1.3)
-
-
-
- NAME
- Wait - Delay a specified amount of time.
-
- SYNOPSIS
- WAIT [nnnn] SEC=SECS/s MIN=MINS/s UNTIL/k
-
- DESCRIPTION
- Wait will delay a specified number of seconds or minutes, or
- until the specified time is reached. This is most often
- used in EXECUTE batch files for a delay. By default, all
- units are in seconds. If no delay is specified, the default
- delay is 1 second.
-
- OPTIONS
- SEC=SECS
- The number entered is the number of seconds (this is
- the default) to wait.
-
- MIN=MINS
- The number entered is the number of minutes to wait.
-
- UNTIL
- The string entered is a valid time. Wait will delay
- until this time is reached.
-
- You may only specify one of UNTIL, MINS, or SECS for WAIT.
-
- EXAMPLE
- WAIT
-
- WAIT 10 secs
-
- WAIT UNTIL 3:00
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Page 1 (printed 4/28/89)
-
-
-
-