home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 December / simtel1292_SIMTEL_1292_Walnut_Creek.iso / msdos / deskaces / remindsw.arc / REMINDER.DOC next >
Text File  |  1988-05-30  |  9KB  |  162 lines

  1.  
  2.                      THE AUTOMATIC MESSAGE REMINDER
  3.  
  4.      This program was created because I have a great deal of trouble
  5.      trying to remember many important things, and because I never was
  6.      one to keep notes around to remind me of my appointments.
  7.  
  8.      It was written originally in GWBASIC on my AT&T-6300 PC.
  9.      The source code was compiled with the MICROSOFT'S QUICKBASIC Compiler,
  10.      version 2.01.
  11.  
  12.      To use it you just type REMINDER at the DOS prompt. The program will
  13.      display the shareware message and wait for a key to be pressed. It 
  14.      will then check the message file to see if there are any messages for
  15.      today. Should it find any messages dated for the present day, it
  16.      displays them on the screen. These messages, once delivered, are
  17.      then erased from the file.
  18.  
  19.      Note: The registered version will not display the shareware message.
  20.  
  21.      After delivering the messages, REMINDER then closes down and returns
  22.      you to the DOS prompt.
  23.  
  24.      I have taken special care to create displays that can be presented in
  25.      every IBM compatible machine. No graphics cards are needed. All screen
  26.      displays are text based and should cause no problems. But if they do,
  27.      leave a message for me at this BBS explaining the problem. I will try
  28.      to correct it and UPLOAD the corrected version. No charge, I do this
  29.      kind of thing for fun.
  30.  
  31.      Certain messages are not erased after they have been delivered.
  32.      These are the MONTHLY and the YEARLY messages. These messages have the
  33.      letters "YY" (For yearly), and "MM" (For monthly), instead of the number
  34.      of the month. In this case REMINDER delivers the messages and saves them
  35.      once more. But now the message "STATUS" is changed and reminder will not
  36.      deliver the message again on the same month once it has been delivered.
  37.      Once the month on which those messages have been delivered passes, their
  38.      status is once again changed so that the next time that the DATE
  39.      conditions are met the message will be delivered once again.
  40.  
  41.      This program, however, cannot run itself, you must still remember to
  42.      run REMINDER to be reminded of your messages. So I recommend putting it
  43.      in your AUTOEXEC.BAT file. That way REMINDER will check your messages
  44.      every time you turn your computer on.
  45.  
  46.      If there are no messages that meet the conditions for REMINDER to
  47.      display them, REMINDER does nothing at all.
  48.  
  49.      If there is no message file on the disk, REMINDER will create one and
  50.      assume that you will enter the messages now. Thus you will find
  51.      yourself in the REMINDER APPEND MODE screen.
  52.  
  53.      Now you enter your messages and the dates on which they should be
  54.      delivered. If you need any help with this part of the REMINDER
  55.      program, you can always press the F1 key to get the help screen
  56.      displayed.
  57.  
  58.      When you are finished writing your messages you simply press <ESC>
  59.      to exit the APPEND mode and return to DOS.
  60.  
  61.      To append more messages you simply type "REMINDER A", at the DOS
  62.      prompt. The "A" tells reminder that you wish to append messages to the
  63.      file, so REMINDER takes you directly to the APPEND mode.
  64.  
  65.      REMINDER also has a message editor. If you should wish to delete any
  66.      of the messages on the message file, or if you should wish to change
  67.      the messages or dates in the message file, you type "REMINDER E" at
  68.      the DOS prompt to tell REMINDER that you wish to edit the messages.
  69.      REMINDER will then take you to the EDITOR MODE screen. Here you can
  70.      change any message or date, or, if you prefer, you can delete the
  71.      messages as well.
  72.  
  73.      If you forget all these options for calling REMINDER, there is also a
  74.      HELP option which you get by typing "REMINDER H" at the DOS prompt.
  75.      This will give you a screen that outlines all the possible ways to
  76.      call REMINDER. (You also get this screen if you use any letter other
  77.      than "A","E", or "H"). This is what the COMMAND$ function of QUICKBASIC
  78.      was added to accomplish.
  79.  
  80.      MONTHLY messages are special messages that are delivered every month
  81.      on the same day. These are messages with dates that start with the
  82.      letters "MM". When REMINDER encounters one of these messages it
  83.      checks the next two characters of the date to see if they match the
  84.      present day. If they do, the message is delivered and saved in the
  85.      file with a new status marker until the same day of the next month,
  86.      when the message is delivered once again. (I have trouble remembering
  87.      when to pay my bills, you see.)
  88.  
  89.      YEARLY messages are very much like MONTHLY messages, except that
  90.      instead of the day to deliver the message you put in the month. When
  91.      REMINDER encounters a message with a date that begins with "YY" it
  92.      checks to see if the following two characters correspond with the
  93.      present month. If they do, the message is delivered and saved with a
  94.      new status marker until the month has passed. Then the status marker
  95.      is restored to the original condition. And the message is not
  96.      delivered again until the next year, when the date condition is met
  97.      once more. (I also have trouble remembering birthdays.)
  98.  
  99.      REMINDER has two types of displays, there is the PAST-DATE display,
  100.      and the REMEMBER display.
  101.  
  102.      The PAST-DATE display is used when REMINDER finds messages that
  103.      should have been delivered but because REMINDER had not been used in
  104.      those dates, they were not. Past dated messages are also delivered
  105.      with the dates they were supposed to be delivered.
  106.  
  107.      If there are more than 13 messages, REMINDER will display them 13
  108.      at a time. Every 13 messages, REMINDER will wait for any key to be
  109.      pressed before it displays the next 13 or whatever messages that
  110.      remain. If this is the case, REMINDER will display a
  111.      "THERE ARE MORE MESSAGES" message at the bottom of the screen.
  112.  
  113.      The REMEMBER display is used when REMINDER finds messages that meet
  114.      the DATE criteria for the present date. These messages are displayed
  115.      the same way that past-dated messages are displayed except that the
  116.      message date is not shown.
  117.  
  118.      Should REMINDER find both past dated and present dated messages it
  119.      displays the past dated messages first. At the bottom of the screen
  120.      Reminder will prompt you with messages that indicate if there are
  121.      more messages. Or if the past dated messages have all been displayed,
  122.      REMINDER informs you that there are messages for today, (If that is so),
  123.      or will tell you to press any key to exit, if it has presented all the
  124.      messages for today.
  125.  
  126.      Of course, you will only see the PAST-DATE screen if there are only
  127.      past dated messages. And you will only see the REMEMBER screen if
  128.      there are only messages for today. Both screens are only used if
  129.      there are both past dated and present dated messages.
  130.  
  131.      REMINDER is pretty much foolproof, so don't worry about entering the
  132.      wrong date markers. Should an incorrect date be entered, REMINDER
  133.      will detect it and tell you to reenter the date. Also, for the purpose
  134.      of display esthetics, REMINDER will only accept messages of 70
  135.      characters in length or less. I find this to be enough for my needs,
  136.      but should there be a need for messages longer than that, I recommend
  137.      entering it as several messages, all with the same date.
  138.  
  139.      Well, I guess that sums it up. The program itself is pretty much
  140.      self-explanatory. And the help screens in the EDIT and APPEND parts
  141.      of it do the rest.
  142.  
  143.               I hope you like it.
  144.  
  145.            ╔════════════════════════════════════════════════════════╗
  146.            ║    If you wish to own a registered copy of REMINDER    ║
  147.            ║    just send a check or money order in the amount of   ║
  148.            ║    $10.00 payable to:                                  ║
  149.            ║                                                        ║
  150.            ║                  Steven D. Huddleston                  ║
  151.            ║                  Mundo Feliz Apt. 1604                 ║
  152.            ║                  Isla Verde, P.R. 00913                ║
  153.            ║                                                        ║
  154.            ║    You will receive a diskette with the registered     ║
  155.            ║    version of REMINDER which will not display the      ║
  156.            ║    Shareware message every time it is used.            ║
  157.            ║                                                        ║
  158.            ║    Thank you for supporting Kongaloid Software and     ║
  159.            ║    the Shareware industry that has brought us so many  ║
  160.            ║    wonderful software packages at reasonable prices.   ║
  161.            ╚════════════════════════════════════════════════════════╝
  162.