home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / busi / upcoming.zip / UPCOMING.TXT < prev   
Text File  |  1991-02-17  |  4KB  |  102 lines

  1. Program:  UPCOMING.EXE  - 2/17/91
  2.  
  3.  
  4. UPCOMING.EXE is a program designed to help you remember
  5. annual events that you might not otherwise (birthdays,
  6. anniversaries, etc.).  It is most useful when included
  7. near the end of your autoexec.bat file where it pauses
  8. until you exit (by pressing ESC) to your normal menuing
  9. system, etc.  The program is simple to use in its basic form:
  10.  
  11. UPCOMING  <datafile>
  12.  
  13. The datafile is a user generated ASCII file of the form:
  14.  
  15.  
  16.  1/06/55   Birthday - Jim Thomas
  17.  6/07/57   Birthday - Dan Smith
  18.  6/28/67   Birthday - Mari-Kay Smith
  19.  1/07/55   Birthday - Dave White
  20.  2/13/83   Anniversary - Jim & Laura Jones
  21.  3/17/55   Birthday - Chris Falcon
  22.  6/12/??   Birthday - Matt Jones
  23.  3/12/85   Birthday - Tom West
  24.               .
  25.               .
  26.      however many entries
  27.               .
  28.               .
  29.  8/05/58   Birthday - Steve West
  30.  4/13/87   Anniversary - Matt & Heather White
  31.  3/15/87   Anniversary - Tom & Kristin West
  32. 10/14/89   Anniversary - Ken & Kathy White
  33. 11/01/53   Birthday - Mary Smith
  34. 12/15/55   Birthday - John Taylor
  35. 10/26/??   Birthday - Ken Billings
  36.  9/13/??   Birthday - Grandma Smith
  37.  7/14/??   Birthday -Bobby Taylor
  38.  3/31/23   Birthday - Dad (Marks)
  39.  9/29/??   Birthday - Aunt Irene Marks
  40.  3/13/??   Anniversary - Mom & Dad Marks
  41. 12/14/86   Anniversary - Jane & Ed Marks
  42. 11/04/89   Anniversary - Jennifer & Dean Sailor
  43. 12/27/89   Birthdays - Stephan & Joseph White
  44.  
  45.  
  46. There is no particular limit to the number of entries but
  47. the message length is limited to 60 characters.  Entries need
  48. not be in any particular order as the program will search
  49. thru the month and day to determine if it falls within the
  50. "remind" window.  Note that a valid year is not required (you
  51. might not know it anyway) as this program advises you of the
  52. same event at the appropriate time every year.
  53.  
  54. There are a number of dates that the UPCOMING.EXE will
  55. display automatically at the appropriate time of year.  These
  56. include:
  57.  
  58. Valentine's Day          4th of July
  59. Easter                   Labor Day
  60. Mother's Day             Halloween
  61. Memorial Day             Thanksgiving
  62. Father's Day             Christmas
  63. New Years Day
  64.  
  65. By default the program will look 14 days ahead and will
  66. display all upcoming events within that period in
  67. chronological order (by date).  Alternatively, a command line
  68. switch allows you to specify a different look ahead period.
  69. The look ahead period can also be altered when the program is
  70. running.
  71.  
  72. If UPCOMING.EXE is executed without command line arguments
  73. the following message is displayed:
  74.  
  75.   Incorrect # of command line arguments...
  76.   Usage: upcoming [drive]pathname [/w:xxx]
  77.   Note: /w: switch is optional where "xxx" is
  78.   optional number of days to look ahead (max 365).
  79.   The default is 14 days.
  80.  
  81.   Example: upcoming events.asc /w:21  (21 days look ahead)
  82.  
  83.  
  84. When the program is running the user has the following
  85. options (displayed in a helpbar along the bottom of the
  86. screen):
  87.  
  88.      ESC       -  Exit program
  89.      up arrow  -  \
  90.      dn arrow  -    \ Allows you to scroll thru entries
  91.      PGUP      -    / (assuming you have that many displayed)
  92.      PGDN      -  /
  93.      P (print) -  Print displayed list
  94.      A (alter) -  Alter days to look ahead
  95.  
  96. Pressing any other key causes a tone to be sounded.
  97.  
  98. Hope you find the program useful.
  99.  
  100. D. Haubert  2/17/91
  101.  
  102.