home *** CD-ROM | disk | FTP | other *** search
/ Lion Share / lionsharecd.iso / dos_misc / wakeup10.zip / WAKEUP.DOC < prev    next >
Text File  |  1992-09-19  |  6KB  |  184 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.          WAKEUP 1.0
  8.          
  9.          Copyright 1991 by Chuck Steenburgh
  10.          
  11.          WAKEUP 1.0 is a simple, easy-to-use program that allows you
  12.          to set an "alarm clock" for your PC.  With WAKEUP you can 
  13.          put your PC to "sleep" until a designated time, when it
  14.          "wakes up" and performs actions that you specify.
  15.          
  16.          
  17.          USAGE
  18.          
  19.                    WAKEUP hh:mm
  20.                    
  21.               hh:mm                Time that you want your PC to "wake
  22.                                    up and begin performing specified
  23.                                    actions.  Entered in 24-hour format.
  24.                                    
  25.          EXAMPLES
  26.          
  27.               WAKEUP 9:30          "Go to sleep" until 9:30 a.m.
  28.               
  29.               WAKEUP 06:45         "Go to sleep" until 6:45 a.m.
  30.               
  31.               WAKEUP 22:12         "Go to sleep" until 10:12 p.m.
  32.               
  33.             The leading zero in the time is optional.  Note that 12:00
  34.          midnight is "00:00" and not "24:00."
  35.          
  36.          
  37.          OPERATION
  38.          
  39.             When first run, WAKEUP will clear the screen (saving the
  40.          contents in memory).  Your PC will sit there silently waiting
  41.          until the designated time.  When the appointed hour arrives,
  42.          WAKEUP will execute a batch file named WAKEME.BAT.  This file
  43.          may include virtually any commands or programs that you can
  44.          think of, the only limitation being that WAKEUP remains in
  45.          memory during this time.
  46.          
  47.             An example WAKEME.BAT file is included.  WAKEUP is most
  48.          useful when used to execute smaller programs or commands such
  49.          backups, security programs, or even phone dialers (i.e., have
  50.          your computer call you from the office in case the electricity
  51.          goes off in the middle of the night and your alarm doesn't go
  52.          off!).
  53.          
  54.             After WAKEME.BAT has been executed, WAKEUP will restore the
  55.          contents of the screen to what it was before WAKEUP was exe-
  56.          cuted.
  57.          
  58.            If, after beginning WAKEUP, you change your mind, simply
  59.          press any key.  You will be prompted for a new WAKEUP time;
  60.          enter the new time in the space provided.  If you want to
  61.  
  62.                                      Page 1
  63.  
  64.  
  65.  
  66.  
  67.  
  68.          cancel the program and return to DOS, type "x" instead of
  69.          a new time.
  70.          
  71.          
  72.          ERRORS
  73.          
  74.             WAKEUP will beep and produce an error message if you enter
  75.          an incorrect wakeup time.  You can test for the DOS errorlevel
  76.          to determine the specific nature of your error:
  77.          
  78.               ERRORLEVEL           ERROR
  79.               ==========           =====
  80.                   0                Normal program termination
  81.                   1                WAKEUP cancelled by user
  82.                   2                No colon (:) in wakeup time
  83.                   3                Invalid 1st time digit
  84.                   4                Invalid 2nd time digit
  85.                   5                Invalid 3rd time digit
  86.                   6                Invalid 4th time digit
  87.                   7                Time string too long/too short
  88.                   
  89.          
  90.          REGISTRATION
  91.          
  92.             This program is a copyrighted work.  You are granted a
  93.          license to evaluate this program free of charge for 30 days,
  94.          after which time you must register or stop using the program.
  95.          To register, send $10 to:
  96.          
  97.               Chuck Steenburgh
  98.               304A North Main Street
  99.               Lexington, VA 24450
  100.               
  101.             For your $10, you will receive the following:
  102.             
  103.               - The latest version of WAKEUP on disk
  104.               - Shareware versions of my other utility programs
  105.               - Version 2.0 of WAKEUP when released
  106.               
  107.          SUPPORT
  108.          
  109.             I am glad to provide support to registered users, and to
  110.          those who are evaluating the program under the 30-day license.
  111.          You may contact me by writing to the address above, by calling
  112.          (703)464-5290, or on CompuServe at 72330,1776.
  113.          
  114.          
  115.          DISCLAIMER
  116.          
  117.             This program comes without warranty express or implied and
  118.          is provided AS IS.  The author makes no guarantees that the
  119.          program will do ANYTHING.  In testing, the program has perfor-
  120.          med as described in this documentation; however, the wide
  121.          variance in operating systems, processors, and other equipment
  122.  
  123.                                      Page 2
  124.  
  125.  
  126.  
  127.  
  128.  
  129.          precludes absolute guarantees of performance.  The author 
  130.          assumes no liability for any damages arising out of the use
  131.          of this program; use it AT YOUR OWN RISK.
  132.          
  133.          
  134.          This document formatted with MARGARINE 2.7 text file format-
  135.          ting utility.
  136.          
  137.          Program compiled under Power C 2.1.0 and linked with GRAFIX
  138.          library from MIX Software.
  139.          
  140.               Chuck Steenburgh
  141.               304A North Main Street
  142.               Lexington, VA 24450
  143.               (703)464-5290
  144.               
  145.               CIS: 72330,1776
  146.          
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.                                      Page 3