home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / games / speech.zip / SAYTIME.DOC < prev    next >
Text File  |  1986-01-26  |  4KB  |  145 lines

  1.  
  2.  
  3.  
  4.  
  5.                                   SAYTIME
  6.  
  7.                                By Laith Farjo
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14. INTRODUCTION:
  15.  
  16.    SayTime is a program that will, upon loading, announce itself and then hide
  17. in memory.  You will then be able to run most other programs as you would
  18. normally.  But, when a special trigger key is pressed, SayTime will speak the
  19. time while you are inside another program.
  20.  
  21.  
  22. REQUIREMENTS:
  23.  
  24.    IBM PC or compatible with at least 128K is required to run SayTime.  128K
  25. will not allow you to do very much so more memory is highly recommended.
  26.  
  27.  
  28. DISCLAIMER:
  29.  
  30.    In no event will the author of SayTime, Laith Farjo, be liable to you or any
  31. other party for any damages, including loss of profits, loss of savings, or any
  32. other incidental or consequential damages arising out of the use of or
  33. inability to use this program, even if I have been advised of the possibility
  34. of such damages.
  35.  
  36.  
  37.  
  38. A NOTE TO THE PROSPECTIVE USER:
  39.  
  40.    SayTime is being distributed in the Public Domain.  It may be copied and
  41. shared freely, but MAY NOT be sold.  If you enjoy and/or find SayTime of value
  42. a minimal contribution of $5 will be *greatly* appreciated and will encourage
  43. the author to write further programs.  Contributors will also be the first to
  44. be notified of any updates to SayTime.
  45.  
  46. Please send contributions to:
  47.  
  48.                         Laith Farjo
  49.                         5924 East Joy Road
  50.                         Ann Arbor, MI  48105
  51.  
  52.  
  53.  
  54. Well, now that we've got the business out of the way, let's get down to
  55. business:
  56.  
  57.  
  58.  
  59.  
  60.  
  61. HOW TO USE SAYTIME:
  62.  
  63.    Before SayTime can be loaded, the speech module T-SPEECH.COM (modified
  64. SPEECH.COM by Andy McGuire) must be loaded FIRST.
  65.  
  66.    SayTime can be loaded with the following options:
  67.  
  68.       a : The program will also announce whether it is AM or PM.
  69.       v : The program will preface the time by the statement "The time is:".
  70.  
  71. Sample loadings at the DOS prompt:
  72.  
  73.    SAYTIME /a
  74.    SAYTIME -av
  75.    SAYTIME
  76.  
  77. As you probably have noticed, the option separator does not matter, so choose
  78. anyone you feel most comfortable with or you don't have to use one at all
  79. (there must be a space after "SAYTIME", though).
  80.  
  81.  
  82. SayTime will load, display a non-destructive title screen, and will wait for
  83. you to press a key.  When you do so, the window will disappear and you will be
  84. free to run most any other program.
  85.  
  86. When you press the ALT-F10 key (accomplished by holding down the ALT key while
  87. pressing F10), SayTime will speak the time and then return you to whatever you
  88. were doing.
  89.  
  90.  
  91.  
  92. MEMORY USAGE:
  93.  
  94.    SayTime works in conjunction with T-Speech.  They are both memory resident
  95. and therefore use up some of your computer's memory.  SayTime and T-Speech
  96. require approximately 33K and 21K, respectively.  Therefore, the whole system
  97. will occupy about 54K in memory.
  98.  
  99.    The SayTime module can be unloaded and freed from memory.  This can be
  100. accomplished by pressing Control-Home AT THE DOS LEVEL.
  101.  
  102. NOTE: IT IS VERY IMPORTANT THAT YOU DO NOT TRY TO UNLOAD MEMORY WHILE INSIDE
  103.       ANOTHER PROGRAM.  THIS WILL CAUSE A "HOLE" TO BE LEFT IN DOS AND
  104.       UNEXPECTED RESULTS COULD OCCUR.
  105.  
  106.    The T-Speech module cannot be removed from memory without rebooting or
  107. turning off the computer.
  108.  
  109.  
  110.  
  111.  
  112.  
  113. MANY THANKS TO:
  114.  
  115.    Andy McGuire:  He wrote SPEECH.COM (which is copyrighted by him).  This
  116. includes ALL the speech synthesis work (I had *no* part in this..).
  117.  
  118.    Lane H. Ferris and Neil J. Rubenking:  They wrote the memory resident
  119. template (STAYRES.PAS and associated files) that was also used to write
  120. SayTime.
  121.  
  122.    Jim Margarit:  He modified SPEECH.COM (and renamed it to T-SPEECH) and
  123. created TURBOLIP.COM to enable it to be called from Turbo Pascal (also
  124. copyrighted), which was used to write SayTime.
  125.  
  126. ______________
  127.  
  128.  
  129. If you have any problems/comments/criticisms you can contact me by the
  130. following ways:
  131.  
  132.     1. On Compuserve - my user ID is 75136,3422.
  133.     2. On the Inanet BBS - (313) 665-4472.  Please leave the message in
  134.        either the IBM or the Private message area.
  135.     3. You could always just send me old fashioned mail by my address above.
  136.  
  137.  
  138.  
  139.  
  140. Well, I guess that does it.   Have fun and enjoy!
  141.  
  142.  
  143.  
  144.  
  145.