home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / open / sayday.lzh / SAYDAY.DOC < prev    next >
Text File  |  1989-04-11  |  4KB  |  114 lines

  1.                       SAYDAY -- The Reminder
  2.  
  3.                     Public Domain Software by:
  4.                           George Campbell
  5.  
  6. SayDay has just one function -- to remind you of the day of the week. It 
  7. does this in a rather unique way: It talks to you!
  8.  
  9. WARNING:  This program has been known to lock up certain IBM-compatible 
  10. PCs!  It does no harm, but if your system locks up, you'll have to reboot, 
  11. and you won't be able to use the program on your hardware.  It has to do 
  12. with the nature of the timer chip on your motherboard.  Happily, it DOES 
  13. work on at least 90% of all IBM-compatible computers.  That said, let's go 
  14. on to how to install it.
  15.  
  16. INSTALLATION
  17. ------------
  18.  
  19. SayDay is very flexible.  The easiest way to install it is to simply copy 
  20. all the files onto your boot disk or into the root directory of your hard 
  21. disk.  The files must include:
  22.  
  23. SAYDAY.EXE
  24. SAY.EXE
  25. CR
  26. MON
  27. TUES
  28. WED
  29. THU
  30. FRI
  31. SAT
  32. SUN
  33.  
  34. If you do this, you can call SayDay any time you're in the root directory.
  35.  
  36. Most users will want to put the files elsewhere, however, to avoid 
  37. cluttering up their root directory.  That's easy too.
  38.  
  39. SayDay understands your system environment.  You can place all the files in 
  40. any directory you wish.  To make the program work, put SAYDAY.EXE in a 
  41. directory included in your PATH statement.  If you don't understand PATH, 
  42. see your DOS manual.  Copy the remaining files into any other directory you 
  43. want. YOU MUST INCLUDE THE FILE named CR, which is essential to the 
  44. program.
  45.  
  46. Now, add the line that follows to your AUTOEXEC.BAT file:
  47.  
  48. SET DAY=[path]
  49.  
  50. Replace [path] with the full path information to your SayDay files.  For 
  51. example, if you copied the SayDay files to your C:\UTIL\ directory, the 
  52. line would look like this:
  53.  
  54. SET DAY=C:\UTIL\   (The closing backslash (\) is essential!)
  55.  
  56. Now, SayDay will know where to find your files on your hard disk, making it 
  57. possible to run the program from ANY directory at any time.
  58.  
  59.  
  60. RUNNING SayDay
  61. --------------
  62.  
  63. You can run the program by giving this command:
  64.  
  65. SAYDAY <Enter>
  66.  
  67. If you want SayDay to speak up when you boot up, just include this line in 
  68. your AUTOEXEC.BAT file:
  69.  
  70. SAYDAY
  71.  
  72. You can also disable the screen message by adding any non-blank character 
  73. to the command line.  For example:
  74.  
  75. SAYDAY X <Enter>
  76.  
  77.  
  78. SYSTEM REQUIREMENTS
  79. -------------------
  80.  
  81. SayDay requires very little memory, but does need DOS 2.0 or a later 
  82. version if you use the environmental variable method of calling the 
  83. program.  As stated before, SayDay may not run on all IBM-compatibles. The 
  84. only way to find out is to test it.  If it locks up your system, just 
  85. reboot and give up on the program.
  86.  
  87.  
  88. HOW IT WORKS
  89. ------------
  90.  
  91. SayDay used true digitized voice files to speak.  Information on a simple 
  92. voice digitizer you can build is available on the SLO BYTES BBS (805) 
  93. 528-3753 in the file, DIGITIZE.ZIP.  That file includes all the information 
  94. you need to duplicate the digitizer.  It's a lot of fun.
  95.  
  96. The SLO BYTES BBS also offers a number of other programs which use voice to 
  97. add new dimensions to your computing. Those files are stored in file area 
  98. "Y" and are available on your first call.  The SLO BYTES BBS supports 
  99. 300/1200/2400 baud, 8 bits, no parity, and 1 stop bit. It's on-line 24 
  100. hours a day.
  101.  
  102.  
  103. SayDay is hereby placed in the public domain, and may be used by anyone for 
  104. any purpose.  The program was written in Microsoft QuickBASIC 3.0. For 
  105. heaven's sake, keep all the files together and don't make any 
  106. changes.
  107.  
  108.  
  109. George Campbell
  110. 1472 Sixth St.
  111. Los Osos, CA  93402
  112. SLO BYTES BBS
  113. (805) 528-3753
  114.