home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / VRAC / WAITZIP.ZIP / WAIT.TXT < prev   
Text File  |  1993-08-27  |  977b  |  33 lines

  1.                              About WAIT.EXE . . .
  2.  
  3.   Wait was developed by Mike Yeager over the course of a boring week at BSS.
  4. It's main purpose was to delay the start of a tape backup program until a
  5. few late night workers finally gave up and went home.  I'm sure there are
  6. a few more uses for it.
  7.  
  8.  To run wait, type wait <n> at the command prompt where n=number of minutes
  9. to wait.  For example:
  10.  
  11.         C:\>wait 5     Will wait 5 minutes.
  12.  
  13.  Wait is most useful in batch files, however.  My tape backup batch file
  14. goes like this:
  15.  
  16.         wait 360
  17.         tbackup f:\*.*
  18.  
  19.  This causes the computer to wait for 6 hours before backing up the file
  20. server.
  21.  
  22.  You may change the wait time while the program is running with the "+", "-",
  23. ">", and "<" keys.
  24.  
  25.  
  26.  We would like you to use this program wherever you find it useful.  It is
  27. not free, however.  If you like the program, please send $9 to:
  28.  
  29.     BSS
  30.     P.O. Drawer R
  31.     Taos, NM  87571
  32.  
  33.