home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / DOS_HELP / PC_HELP2.ZIP / HELPPUBL.ZIP / WAITUNTL.### < prev    next >
Encoding:
Text File  |  1985-08-14  |  526 b   |  16 lines

  1. COMMAND:  WAITUNTL                              DOCUMENTATION : On-line
  2.  
  3. FUNCTION: Pauses execution of a batch file until a specified time.
  4.  
  5. FORMAT:   WAITUNTL hh:mm:ss
  6.  
  7. TYPE:     Public domain software.
  8.  
  9. REMARKS:  hh:mm:ss is the time execution of the batch file is to resume.
  10.           When used as a sub-command in a batch file, WAITUNTL stops execution
  11.           of the file until the time specified on the command line. While
  12.           execution is halted, the current time is displayed on the screen.
  13.  
  14.  
  15.  
  16.