home *** CD-ROM | disk | FTP | other *** search
/ WADS of WADS / WadsOfWads.1994.zip / WOWCD / WAIT.DOC < prev    next >
Text File  |  1989-01-20  |  458b  |  12 lines

  1. WAIT.COM  by Bob Montgomery    1-19-89
  2.  
  3. WAIT is a program to delay for the specified number of seconds. Format is:
  4.     wait seconds
  5. where seconds is in the range 1 to 65535 (about 18 hours). Defaults to 1 sec.
  6.  
  7. If a key is pressed before wait times out, wait returns to DOS.
  8.  
  9. If Control C is pressed, wait calls the DOS ^C routine. From a batch file this
  10. gives the 'Terminate batch job (y/n)' message, and allows you to terminate a
  11. batch program.
  12.