home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / batch / library / batutl2 / waituntl.doc < prev   
Text File  |  1984-12-07  |  835b  |  28 lines

  1. PROGRAM: WAITUNTL.COM
  2.  
  3. GENERAL FUNCTION: To wait until a particular time arrives.
  4.  
  5. WHY IS IT NEEDED?  There is no easy way in DOS to trigger events
  6. in batch files based on time of day.
  7.  
  8. INSTALLATION: None
  9.  
  10. FORMAT:                    WAITUNTL HH:MM:SS
  11.  
  12. EXAMPLES:                  WAITUNTL 23:59:58
  13.  
  14. HOW TO USE IT:  This can be used in batch files to simply wait until
  15. a certain time passes.  The program continually displays the current
  16. time, which makes it easy to compare to the time set in WAITUNTL.
  17. WAITUNTL makes it easy to trigger a series of events based on time,
  18. such as downloading data at 6am and running a series of reports at
  19. 6:15 to have ready when you get in.
  20.  
  21. OTHER EFFECTS: None
  22.  
  23. SYSTEM REQUIREMENTS:  Works with DOS 1.1, 2.x, and 3.0.
  24.  
  25. COMMENTS: None
  26.  
  27. SOURCE OF PROGRAM:  Software Research.
  28.