home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / VRAC / WAITTL10.ZIP / WAITTIL.DOC < prev    next >
Text File  |  1993-08-29  |  6KB  |  124 lines

  1.                          ┌───────────────────────┐
  2.                          │      WAITTIL 1.0      │
  3.                          └───────────────────────┘
  4.  
  5.  
  6.     ──────────────────────────────────────────────────────────────
  7.                                History
  8.     ──────────────────────────────────────────────────────────────
  9.  
  10.          01-11-92   Ver 1.0 Initial Release
  11.  
  12.  
  13.     ──────────────────────────────────────────────────────────────
  14.                              What is It?
  15.     ──────────────────────────────────────────────────────────────
  16.          A little batch file utility that will pause execution until
  17.          particular time arrives.  WaitTil will simply set around
  18.          watching the clock until the time arrives that you have
  19.          requested.  WaitTil will allow you to abort the process
  20.          and exit with errorlevel 99, continue the process and
  21.          exit with an errorlevel 0, or specify an errorlevel to
  22.          exit with, 1 - 10.  WaitTil also cares enough for your
  23.          system to prevent screen burn in.  Every ten seconds the
  24.          status box will move positions to avoid burning your
  25.          screen.
  26.  
  27.          If you've ever wanted to delay batch execution until a
  28.          certain time of the day, then WaitTil is for you....
  29.  
  30.     ──────────────────────────────────────────────────────────────
  31.                               Execution
  32.     ──────────────────────────────────────────────────────────────
  33.  
  34.          WaitTil only takes one command line parameter, the time that
  35.          you want WaitTil to allow processing to continue. Here's the
  36.          syntax:
  37.  
  38.  
  39.          WAITTIL xx:xx[xx][am][pm]
  40.  
  41.             Where:
  42.  
  43.             xx:xx      = hour:minute     (required)
  44.             [xx]       = seconds         (optional)
  45.             [am] [pm]  = AM or PM        (optional)
  46.  
  47.             Examples:
  48.  
  49.             WAITTIL 15:00      (Allow Processing at 3pm)
  50.             WAITTIL 3:00pm     (Allow Processing at 3pm)
  51.             WAITTIL 3:00am     (Allow Processing at 3am)
  52.             WAITTIL 3:00       (Allow Processing at 3am)
  53.             WAITTIL 3:00:30    (Allow Processing at 3:00:30am)
  54.             WAITTIL 3:00:30pm  (Allow Processing at 3:00:30pm)
  55.             WAITTIL 15:00:30   (Allow Processing at 3:00:30pm)
  56.  
  57.  
  58.     ──────────────────────────────────────────────────────────────
  59.                              Errorlevels
  60.     ──────────────────────────────────────────────────────────────
  61.  
  62.         ErrorLevel 0  You Pressed ENTER or Time Expired
  63.         ErrorLevel 1  You Pressed F1
  64.         ErrorLevel 2  You Pressed F2
  65.         ErrorLevel 3  You Pressed F3
  66.         ErrorLevel 4  You Pressed F4
  67.         ErrorLevel 5  You Pressed F5
  68.         ErrorLevel 6  You Pressed F6
  69.         ErrorLevel 7  You Pressed F7
  70.         ErrorLevel 8  You Pressed F8
  71.         ErrorLevel 9  You Pressed F9
  72.         ErrorLevel 10 You Pressed F10
  73.         ErrorLevel 99 You Pressed ESCAPE or Invalid Command Line
  74.  
  75.  
  76.     ──────────────────────────────────────────────────────────────
  77.                              Registration
  78.     ──────────────────────────────────────────────────────────────
  79.  
  80.         I am not requesting any money for this program, but I would
  81.         not turn any down either <g>.  If you want to slip $5.00 into
  82.         and envelope I'll accept it.  Although I don't require a
  83.         registration fee I would appreciate knowing that you are using
  84.         the program on a normal basis.  Either log onto our BBS or
  85.         send us a little note at one of the addresses listed below,
  86.         either Email to GT Net 064/003 or USmail.
  87.  
  88.     ──────────────────────────────────────────────────────────────
  89.                      Alternate Distribution Sites
  90.     ──────────────────────────────────────────────────────────────
  91.  
  92.            The HOTware Utilities now have alternate Distribution
  93.            Centers for your convenience.  The following BBS always
  94.            have the latest and greatest HOTware utilities online and
  95.            available for download.
  96.  
  97.      BBS Name          BBS Phone          Location     GT Net/Node    Hours
  98.  ┌──────────────────┬───────────────┬────────────────────┬───────┬──────────┐
  99.  │ Laboratory 386   │ 618-549-2322  │ Carbondale IL      │064/400│ 10pm-8am │
  100.  └──────────────────┴───────────────┴────────────────────┴───────┴──────────┘
  101.  
  102.  
  103.        ──────────────────────────────────────────────────────────────
  104.                             Who Is Responsible for This?
  105.        ──────────────────────────────────────────────────────────────
  106.                                  Rob Roesch
  107.                               The HOTware BBS
  108.                          GT Power Net-Node 064/003
  109.                                 Rt 7 Box 566
  110.                            Mocksville, NC  27028
  111.                          704-492-2081 (USR 16.8 DS)
  112.  
  113.           If you start using this utility, and get a chance, let me know 
  114.           what you think of it.  If you don't have any use for it, delete  
  115.           it for your total refund of all the disk space that it was
  116.           occupying.  This program comes with no warranty, no guarantee,
  117.           and no promises.  If it works GREAT, if not let me know and I
  118.           will gladly take a look at it in my spare time.  If you really
  119.           really really like the program and want to make any donations,
  120.           feel free, but it is not a requirement.....
  121.                                                                 
  122.  
  123. EOF
  124.