home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / util2 / waitn.lzh / WAITN.DOC < prev   
Text File  |  1984-10-06  |  768b  |  27 lines

  1. PROGRAM: WAIT.COM
  2.  
  3. GENERAL FUNCTION: Idles machine for specified number of seconds.
  4.  
  5. WHY IS IT NEEDED?  In batch processing, you often want a specified
  6. amount of time to elapse between events.  For example, you want a
  7. display to be on the screen for 5 second, then move on.
  8.  
  9. INSTALLATION: None.
  10.  
  11. FORMAT:              WAIT n
  12. where n= an integer, and is the number of seconds to wait.
  13.  
  14. EXAMPLES:            WAIT 10
  15.  
  16. HOW TO USE IT:  In batch files (extension .BAT) - to delay between
  17. events.
  18.  
  19. OTHER EFFECTS: None.
  20.  
  21. SYSTEM REQUIREMENTS:  Works with DOS 1.1 and 2.0.
  22.  
  23. COMMENTS:  Does not use clock, so is possible timing may not be same
  24. on compatibles.
  25.  
  26. SOURCE OF PROGRAM:  Ken Goosens