home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hall of Fame
/
HallofFameCDROM.cdr
/
util4
/
#cmd01.lzh
/
DEMOC3
< prev
next >
Wrap
Text File
|
1986-11-14
|
1KB
|
24 lines
C
C
C
C
C
The #WAIT command has several options. We will exerciseC
C
C
only three of them here. For information on other options
C
C
please refer to the documentation!C
C
C
C
C
1 - #WAIT 5 - This option will wait for 5 seconds.C
C
C
C C
2 - #WAIT I 00:00:15 - This option waits for 15 seconds.
C C
Up to 24 hours can be specified.C
C C
C C
3 - #WAIT ? - Prompt the user for input in the form if:C
C C
I hh:mm:ss or T hh:mm:ss WhenC
C C
you are prompted, enter the I for
C C
interval or T for time followedC
C C
4 - ExitC
by the hh:mm:ss desired. To break
C C
the wait early, press any white key.
C C
C