home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 5 / ctrom5b.zip / ctrom5b / DOS / KALENDER / REMNDER1 / REMINDER.DOC < prev   
Text File  |  1994-11-30  |  6KB  |  128 lines

  1.  
  2.  
  3.  
  4.  
  5.                         Reminder Ver. 1.91 Documentation
  6.                     Program and Documentation By: Jim Johnson
  7.                                (C) Copyright 1991
  8.  
  9.         The program 'Reminder' and its documentation are being released as
  10.         Shareware.  After a 30 day evaluation period, if you decide that 
  11.         this program is one you would like to use, you are required to 
  12.         register it by sending $10 to the author at the address below.
  13.         I will and do hold the copyright to this program and its documentation
  14.         but, I am granting you a limited license to and copy and
  15.         distribute as long as the distributed copies are in their original
  16.         un-modified form including the program and documentation.
  17.         This program is being provided 'AS-IS' without warranty of any kind
  18.         either expressed or implied.  Jim Johnson shall not be held liable
  19.         or responsible for any damage or loss including but not limited to
  20.         lost data, loss of wages, damage to software or hardware.  By your
  21.         use of this program you are knowingly and willingly using this
  22.         program AT YOUR OWN RISK, and are agreeing to the terms of this
  23.         limited license.
  24.  
  25.         * Using Reminder
  26.  
  27.         The program Reminder requires 2 files to run correctly, they are
  28.         'REMINDER.COM' and 'REMINDER.DAT'.  The COM file is the program and
  29.         the DAT file is the data file.
  30.         What Reminder does is this......When REMINDER.COM is added to your
  31.         autoexec.bat file, it will search through the data file for any
  32.         entry that has the same date as the day's current date.  When the
  33.         program comes across a match it will print out the text (or the
  34.         reminder) on that line to the screen, and continue searching for
  35.         another match until the end of the data file is reached.  Then the
  36.         execution of the autoexec.bat file is resumed.
  37.  
  38.         * Setting Reminder Up
  39.  
  40.         It is really simple to set Reminder up on your system, all you'll
  41.         need to do is add 1 or 2 line to your autoexec.bat file.  Below I
  42.         have given you 2 examples.  The first one would work best if you
  43.         have a hard drive and a menu program.  The second one could be used
  44.         from a floppy based system, or a system that doesn't use a menu.
  45.  
  46.         Autoexec.bat #1                         Autoexec.bat #2
  47.         echo off                                echo off
  48.         path=c:\;c:\dos                         prompt $p$g
  49.         prompt $p$g                             reminder.com
  50.         reminder.com                            ^Z
  51.         pause
  52.         menu
  53.         ^Z
  54.  
  55.         The 'pause' command after 'Reminder.com' will stop the execution of
  56.         the autoexec.bat file until you press a key to continue.  This way
  57.         the Reminder's won't scroll of the screen before you get a chance
  58.         to read them.
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.                         Reminder Ver. 1.91 Documentation
  71.                     Program and Documentation By: Jim Johnson
  72.                                (C) Copyright 1991
  73.                                       Page 2
  74.  
  75.         * Adding reminders to 'Reminder.dat'
  76.  
  77.         To add reminders to the data file you'll want to use an ASCII text
  78.         editor.  Just about anything will work from DOS' Edlin to Word
  79.         Perfect (if you save it as an ASCII file).  I would suggest using
  80.         SLED written by Sam Wilmott of Ottawa, Ontario Canada.  I have been
  81.         using SLED for quite some time and have found that it is a very easy
  82.         and useful text handling tool.  The format of the reminder data file
  83.         is date in the form of MM-DD-YY, a space and then the line of text
  84.         you want to add.  If you have a reminder that will take more then 
  85.         one line you'll need to add the date to the beginning of all the
  86.         lines.  As an example:
  87.  
  88.         01-01-91 This is a reminder in the 'Reminder.dat' file that will 
  89.         01-01-91 take more then one line to print to the screen.
  90.  
  91.         Also note that you don't have to worry about keeping the dates in
  92.         order as the whole data file is searched for matching dates to
  93.         display.  The only time you'll need to worry about the order of the
  94.         reminders is in such a case as the above example.  The program will
  95.         print each entry as it comes across them, if the second line in the
  96.         above example were first in the data file it would have been printed
  97.         first, and your reminder would make no sence.
  98.  
  99.         * Final notes
  100.  
  101.         You will more then likely want to go through the 'REMINDER.DAT' file
  102.         every so often and remove the reminders from days gone by.  I have
  103.         considered adding an automatic deletion of entries but, if your
  104.         computer is turned on and off more then once per day and those
  105.         reminders where for someone else, then they are gone, and won't be
  106.         seen by the intended remindee.
  107.  
  108.         If there are no reminders for the day, then the program will still
  109.         search the data file and only the current date will be printed to
  110.         screen.  If you use the pause command in you autoexec file you will
  111.         also still need to press a key to continue.
  112.  
  113.  
  114.         Send any correspondence to:
  115.                                         Jim Johnson
  116.                                         P.O. Box 6352    
  117.                                         Kennewick, Wa. 99336-0352
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.