home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac / daycnt36.zip / DAYCOUNT.DOC next >
Text File  |  1994-05-02  |  7KB  |  144 lines

  1.                        **** DAY-COUNT ****
  2.                            (Ver. 3.6)
  3.  
  4.                            
  5.                            
  6. SHAREWARE
  7.  
  8.      This program is distributed as Shareware.  It is NOT free.  You are
  9. granted a limited license to evaluate this program for a period not to
  10. exceed 15 days.  If, after that time, you wish to continue using the program,
  11. you are required to REGISTER it with the author.  Use the registration
  12. form provided (REGISTER.TXT).  If that file is missing, simply send $13.50
  13. to the author at the address listed at the end of the documentation.
  14.      Please feel free to distribute this program by any means, including
  15. uploading it to electronic bulletin board services or other online networks.
  16. You may NOT charge a fee for the distribution of the program except a nominal
  17. media fee not to exceed $5.00.
  18.      The author assumes no responsibility for damages that may arrise to
  19. any computer system as a result of using any Wilstar Software program.
  20. However, computer damage as a result of the program would be extemely
  21. unlikely.
  22.      REGISTERED users will be sent a 3.5" diskette containing the latest
  23. upgrade of this program along with several other useful programs from
  24. Wilstar Software.
  25.  
  26.  
  27.  
  28.       DAY-COUNT was formerly released as "DAYS TO..."  Version 3.5 added
  29. the ability to count down to EASTER through 2010.  Is also added the
  30. feature of printing the name of the REGISTERED user on the screen
  31. just under the "WELCOME TO DAY-COUNT" message.  If you are a
  32. REGISTERED USER, and if your name does not appear, or if you would
  33. rather change it to a different name, you must alter the userdat.reg
  34. file with an ASCII text editor.  Replace the existing single line
  35. with:  &&<your name>.  If the userdat.reg file does not exist, create
  36. one using any ASCII text editor.
  37.  
  38. DAY-COUNT VERSION 3.x
  39.  
  40.         Version 3.0 allows the user to customize the program by adding
  41. birthdays of friends or relatives.  The program will then give a 
  42. birthday greeting to the name supplied in the data file whenever
  43. their birthdate matches today's date.  See details below.
  44.  
  45. PLAYING HOLIDAY TUNES
  46.          
  47.         Version 3.1 adds the feature of playing an appropriate tune
  48. on selected holidays. It will also play "Happy Birthday" on all
  49. birthdays contained in the personalization file (explained below).
  50. Version 3.2 fixes a bug in version 3.1 that caused the last note
  51. of the tune to not be played in some cases. Version 3.3 fixes a bug
  52. which caused a miscalculation of the date for Memorial day in some
  53. years.  Version 3.5 added the Easter, Good Friday and Palm Sunday 
  54. holidays.  Version 3.6 fixed a bug in version 3.5.
  55.  
  56.  
  57.         DAY-COUNT is a program which is designed to be used in your
  58. AUTOEXEC.BAT file.  The purpose of DAY-COUNT is to provide you, upon
  59. boot-up, with today's date as well as the number of days remaining
  60. to the next holiday.  The number of days until Christmas is also
  61. provided (so you can start shopping early!).  If the current date
  62. is a holiday, it will greet you with the appropriate message.
  63.  
  64.         To run, simply type daycount at the DOS prompt.  Edit your
  65. AUTOEXEC.BAT file to include daycount in order to be greeted daily with
  66. the upcoming holiday message.  DAY-COUNT also accounts for the "floating"
  67. holidays, Easter, Memorial Day, Labor Day and Thanksgiving.
  68.  
  69.  
  70. CONFIGURATION
  71.         When the program is run for the first time, you will be
  72. asked to select one of three options which, when selected, will
  73. be written to a configuration file, daycount.CFG.  The options
  74. allow you to select the mode of program termination.  
  75.         Selecting option 1 causes the program to prompt you to
  76. press enter after the run is complete.  This option can be used if
  77. you would like plenty of time to read the information before
  78. proceding.  The drawback is that it requires user interaction before
  79. your autoexec.bat file can continue.  The second option inserts a
  80. 5-second delay at termination to give you time to read the information
  81. onscreen before autoexec.bat resumes.  The third option causes the
  82. program to terminate immediately with no pause.
  83.  
  84. COMMAND LINE OPTIONS
  85.         To change your configuration file, delete daycount.CFG at
  86. the DOS prompt and run the program again.  If the program
  87. terminates improperly, it may be because the daycount.CFG file has
  88. been corrupted.  Simply delete it and re-run daycount.EXE.  To
  89. delete the configuration file, simply go into DOS (black screen
  90. with flashing prompt) and type:  DEL daycount.CFG    Be careful NOT
  91. to delete the daycount.EXE program file.
  92.         You can also override the configuration by typing a 1, 2,
  93. or 3 after the filename on the command line.  For example:
  94.  
  95.      daycount 2  (No delimiters)
  96.  
  97. In this example the program will terminate after a 5-second delay
  98. regardless of what the configuration file says.  You can eliminate 
  99. the need of having a configuration file by using the command 
  100. line argument on your first and each successive run of the program.
  101.  
  102.         
  103. CUSTOMIZATION FOR BIRTHDAYS
  104.  
  105.         Version 3.x allows the user to customize the program by
  106. adding birthdays of friends or relatives.  The program will then
  107. give a birthday greeting to the name supplied in the data file
  108. whenever their birthdate matches today's date.  
  109.         
  110.         For this to happen, there must be a data file called daycount.DAT
  111. in the same directory as the daycount.EXE program.  You can create
  112. this file with any ASCII text editor, but the easiest way to create
  113. and add dates to this file is to allow the program to do it for you.
  114.         Start the program with the "add" command-line argument like
  115. this:
  116.         daycount add
  117.  
  118.         You will then be asked to add a date and a name.  So, for 
  119. example, if your Aunt Hilda's birthday is on May 25th, you would
  120. type the following at the prompt:
  121.  
  122.         05-25 Aunt Hilda
  123.  
  124.         When creating or adding to daycount.DAT with a text editor,
  125. make sure the date starts at the beginning of a new line.  Do not        
  126. add the year to the birthdate.  
  127.         IMPORTANT!!!   The program can display ONLY ONE birthday
  128. greeting per date.  So if two of your friends or relatives have a
  129. birthday on the same date, put both names on the same line as follows:
  130.  
  131.         05-01 Uncle Greg and Aunt Lisa
  132.  
  133.         Limit the characters in the names to 30 or fewer to avoid
  134. displays that run outside the display box.
  135.  
  136.  
  137. Send comments to:
  138.                          
  139.                           Jerry Wilson
  140.                           P.O. Box 73
  141.                           Edinburgh, IN 46124
  142.  
  143.  
  144.