home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / batch / library / batutl2 / wait.doc < prev    next >
Text File  |  1988-04-19  |  418b  |  9 lines

  1.                             WAIT.COM
  2.  
  3.     WAIT is only useful in batch files.  It takes about three
  4. seconds to count down from three before continuing.  Thus, it allows
  5. a user to interrupt a batch file (if, perhaps, an error occured at
  6. one stage in the batch processing), but will not require attention
  7. during unattended operation (unlike the standard DOS command PAUSE,
  8. which will wait forever for a keypress).
  9.