home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / busi / boondog.zip / READ.ME < prev   
Text File  |  1990-01-24  |  8KB  |  177 lines

  1.  
  2.  
  3.  
  4.    Requirements
  5.    ------------
  6.    DOS 2.0 or later.
  7.    Screen mode is assumed to be 80 X 25 characters.
  8.    A hard disk and an AT or PS/2 compatible computer is required for the
  9.       alarm feature.
  10.  
  11.    Installation
  12.    ------------
  13.       To install on a hard disk system make a directory for the 
  14.       files on your hard disk with the "md" command (see DOS
  15.       manual).
  16.          e.g.  type "md c:\boondog" and press Enter.
  17.       Then copy the files from the floppy disk to the hard disk.
  18.          e.g.  type "copy a:\*.* c:\boondog" and press Enter.
  19.  
  20.       This assumes that your floppy drive is a: and your hard 
  21.       disk is c:.  Change these parameters as appropriate.
  22.  
  23.       No installation needed for a floppy disk system.
  24.  
  25.    Loading
  26.    -------
  27.       CLOCK     Change to the drive and directory containing 
  28.                 clock.exe and type "CLOCK" and press Enter.
  29.                 The date and time should then appear and be
  30.                 continuously updated in the upper right corner
  31.                 of the screen.
  32.  
  33.       ALARM     Change to the drive and directory containing
  34.                 alarm.com and type "ALARM c:\dir" and press Enter.
  35.                 The command line parameter "c:\dir" specifies
  36.                 the drive and directory where the appointment
  37.                 files created by the BOONDOG program can be found.
  38.                 See BOONDOG below.  The drive specified must be
  39.                 a permanantly mounted drive (e.g. a hard disk).
  40.  
  41.       These commands should be put in an "autoexec.bat" file so that 
  42.       they are automatically loaded.  This is especially true of the
  43.       ALARM routine since this will insure that alarms set on future
  44.       days will be displayed.
  45.  
  46.       BOONDOG   Change to the drive and directory containing
  47.                 boondog.exe and type "BOONDOG" and press Enter.
  48.                 The calendar for the currently set DOS date should
  49.                 then appear.
  50.  
  51.  
  52.  
  53.  
  54.    Execution
  55.    ---------
  56.       CLOCK     runs continuously in the background and requires no
  57.                 user input.  It is updated every second as long as
  58.                 the DOS idle interrupt (28h) is being called.  In
  59.                 other words it is not updated when DOS is busy.
  60.  
  61.       ALARM     is invoke when the DOS real time clock alarm interrupt
  62.                 (4Ah) is called.  The alarm time is set when ALARM is
  63.                 loaded or by the BOONDOG program when an appointment
  64.                 file is saved.  The ALARM program searches the path 
  65.                 specified during installation for a file of the form:
  66.                    APPmm-dd.yy  where mm-dd.yy is the month, day and
  67.                                 year set in DOS.
  68.                 This file must be available when the alarm time is    
  69.                 reached.  When ALARM is invoked the proper message 
  70.                 from the file is displayed.  When the user presses
  71.                 TAB the next alarm (if any) is set.
  72.  
  73.                 The program will only set alarms for the current day.
  74.  
  75.       BOONDOG   is run from the DOS command prompt.  The following    
  76.                 keys may be used when the calendar for the current
  77.                 date is displayed.
  78.  
  79.                 TAB        to highlight the next day in the calendar.
  80.                 SHIFT TAB  to highlight the previous day in the 
  81.                            calendar.
  82.                 ARROW keys are used to move around within a day block.
  83.                 Characters may be typed into the day blocks.
  84.                 F3         is used to save the calendar to disk.  It 
  85.                            is saved in a file with the name 
  86.                            'CALmm-dd.yy'.  Where mm-dd.yy is the month,
  87.                            day and year, respectively.  It is placed in 
  88.                            the current directory.
  89.                 ESC        is used to exit without saving the calendar.
  90.                 PAGE DOWN  is used to pull up the appointment file for 
  91.                            the currently highlighted day.  The file is 
  92.                            assumed to be in the current directory and 
  93.                            has a name of the form 'APPmm-dd.yy'.  Where 
  94.                            mm-dd.yy is the month, day and year, 
  95.                            respectively.  If no appointment file is 
  96.                            found then the blank appointment file is 
  97.                            read ('MODEL.APT').
  98.                 CTRL RIGHT arrow is used to pull up the next months 
  99.                            calendar.
  100.                 CTRL LEFT  arrow is used to pull up the previous months 
  101.                            calendar.
  102.  
  103.  
  104.  
  105.  
  106.                 When the appointment screen is displayed the following
  107.                 keys may be used.
  108.  
  109.                 ARROW keys are used to move around the screen.
  110.                 TIME       is entered in a 12 hour format (not 24 hour).
  111.                            A leading space is placed before single digit 
  112.                            hours.  Single digit minutes are entered with 
  113.                            a leading '0'.  Lower case 'a' or 'p' must be 
  114.                            entered for am or pm.  
  115.                               E.G.   12:01 am,  1:35 pm
  116.                 ALARMS     are set by putting a 'y' for a quiet alarm 
  117.                            or a 'Y' for a loud alarm.  If anything else 
  118.                            is placed in this field no alarm will sound.  
  119.                            The text in the appointment field is displayed 
  120.                            when the alarm sounds.
  121.                 NOTE:      the alarms MUST be in chronological order.
  122.                 F3         is used to save the appointment file to disk.  
  123.                            It is saved in a file with the name 
  124.                            'APPmm-dd.yy'.  Where mm-dd.yy is the month, 
  125.                            day and year, respectively.  It is placed in 
  126.                            the current directory.
  127.                 ESC        is used to exit without saving the calendar.
  128.                 PAGE UP    is the same as ESC.
  129.  
  130.  
  131.          ----------------end-of-author's-documentation---------------
  132.  
  133.                          Software Library Information:
  134.  
  135.                     This disk copy provided as a service of
  136.  
  137.                            Public (software) Library
  138.  
  139.          We are not the authors of this program, nor are we associated
  140.          with the author in any way other than as a distributor of the
  141.          program in accordance with the author's terms of distribution.
  142.  
  143.          Please direct shareware payments and specific questions about
  144.          this program to the author of the program, whose name appears
  145.          elsewhere in  this documentation. If you have trouble getting
  146.          in touch with the author,  we will do whatever we can to help
  147.          you with your questions. All programs have been tested and do
  148.          run.  To report problems,  please use the form that is in the
  149.          file PROBLEM.DOC on many of our disks or in other written for-
  150.          mat with screen printouts, if possible.  PsL cannot debug pro-
  151.          programs over the telephone, though we can answer questions.
  152.  
  153.          Disks in the PsL are updated  monthly,  so if you did not get
  154.          this disk directly from the PsL, you should be aware that the
  155.          files in this set may no longer be the current versions. Also,
  156.          if you got this disk from another vendor and are having prob-
  157.          lems,  be aware that  some files may have become corrupted or
  158.          lost by that vendor. Get a current, working disk from PsL.
  159.  
  160.          For a copy of the latest monthly software library newsletter
  161.          and a list of the 2,000+ disks in the library, call or write
  162.  
  163.                            Public (software) Library
  164.                                P.O.Box 35705 - F
  165.                             Houston, TX 77235-5705
  166.  
  167.                                 1-800-2424-PSL
  168.                                  MC/Visa/AmEx
  169.  
  170.                           Outside of U.S. or in Texas
  171.                           or for general information,
  172.                               Call 1-713-524-6394
  173.  
  174.                           PsL also has an outstanding
  175.                           catalog for the Macintosh.
  176.  
  177.