home *** CD-ROM | disk | FTP | other *** search
/ PC Plus 24 / ISSUE_24_SEP_1988 / DAYPLAN / DAYPLAN.DOC < prev    next >
Encoding:
Text File  |  1988-01-01  |  4.2 KB  |  93 lines

  1.                         PC-Plus DayPlan Version 1.3
  2.                         ___________________________
  3.  
  4.      DayPlan is a memory resident pop-up day diary with built in alarm
  5.      clock. It's primary use is for appointments and reminders but can
  6.      be used merely as a note pad.  The alarm clock can be used for  a
  7.      once only call or repeated the same time every day.  Appointments
  8.      can be entered for up to three weeks in advance and are held  for
  9.      one week and one day before discarded.
  10.  
  11.      DayPlan  is  designed  to operate from hard disk and INSTALLH.BAT
  12.      should be used to install it.  INSTALLF.BAT gives instructions on
  13.      how  you  can  use  RAMDISK  or VDISK to allow DayPlan to work on
  14.      systems without a hard disk.
  15.  
  16.      INSTALLH will create a DAYPLAN directory in the root directory of
  17.      the C: drive. This directory will contain the following:
  18.  
  19.      DAYPLAN.COM    This is the program.
  20.      DAYPLAN.DAT    This contains all the data entered into DayPlan.
  21.      DAYPLAN.ALM    This contains the current alarm time.
  22.  
  23.      Load DayPlan into memory by entering  \DAYPLAN\DAYPLAN.  This  is
  24.      the  command  that  should  be  inserted  into  the  AUTOEXEC.BAT
  25.      immediately after KEYBUK (which should be first).
  26.  
  27.      After DayPlan has been loaded it can be activated by pressing ALT
  28.      and the ESC keys simultaneously.  The following keys apply within
  29.      DayPlan:
  30.  
  31.      PgUp ... Step on one day               PgDn ... Step Back one Day
  32.      Home ... Return to today               Ins .... Insert alarm time
  33.      Del  ... Delete alarm time *           End .... End alarm sound
  34.      Esc .... Exit DayPlan
  35.  
  36.      *  this also silences the alarm if sounding.  Use this for a once
  37.      only call.
  38.  
  39.      The arrow keys can be used to position the cursor.
  40.  
  41.      F1 key will display the above key information.
  42.  
  43.  
  44.  
  45.                            Features and Quirks
  46.                            ___________________
  47.  
  48.      DayPlan operates in ultra safe mode. This means that it will wait
  49.      until it is completely safe before doing anything important  like
  50.      popping  up  at  inconvenient  times (for DOS) or writing to disk
  51.      whilst another program is doing the same.  Ninety nine percent of
  52.      the time things will happen immediately but don't be surprised if
  53.      they don't. Using BREAK ON will speed things up.
  54.  
  55.      On the subject of disk access, this is a very tricky thing from a
  56.      memory  resident program and the last thing you want to happen is
  57.      for a wrong disk to be inserted or unformatted or  missing.  This
  58.      is why DayPlan will only work on the C: drive.
  59.  
  60.      When  DayPlan is first loaded it loads its data and adjusts it by
  61.      dropping off the first day until the first day is  one  week  and
  62.      one  day  from  today  (Got  That?).  This means that it does not
  63.      expect you to be travelling back in time ie.  todays date must be
  64.      the same as the data on disk or greater. If you have been playing
  65.      around  with  the  system  date  then DayPlan may come up with an
  66.      error next time you load it. If this happens you will need to use
  67.      DEBUG to change the first five  bytes  in  the  DAYPLAN.DAT.  The
  68.      first  byte is the day of the month,  then the month and the next
  69.      two are the year and the fifth is the day of  the  week.  Setting
  70.      all these to zero will blank all days.  I don't recommend playing
  71.      around with these bytes unless you have to.
  72.  
  73.      As DayPlan picks up the date and time from the system  clock,  it
  74.      must  be set correctly.  So if you have a computer without a real
  75.      time clock then you must have DATE and TIME in the AUTOEXEC.BAT.
  76.  
  77.      DayPlan will not update itself whilst loaded  ie.  if you  change
  78.      the date or cross to the next day pressing Home will still return
  79.      to the day it was installed in memory until rebooted.
  80.  
  81.      DayPlan  will  only  pop-up  whilst  in 40 or 80 column text mode
  82.      using page 0, except for monochrome adapters. If it cannot pop-up
  83.      it will beep at you,  this will also silence the alarm if  it  is
  84.      sounding.
  85.  
  86.      The alarm will sound for one minute if not silenced.
  87.  
  88.      Share and enjoy.
  89.  
  90.  
  91.  
  92.      Steve Thomas                                          02 Jul 1988
  93.