home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / GENERAL / TQOTD.ZIP / TQOTD421.DOC < prev   
Text File  |  1991-11-24  |  9KB  |  177 lines

  1.  
  2.   ╓─────────────────────────────────────────────────────────────────────────╖
  3.   ║                    The Quote of The Day Version 4.21                    ║
  4.   ║                 Copyright (c) 1990, 1991 by Cal Gardner                 ║
  5.   ║                           All Rights Reserved                           ║
  6.   ╟─────────────────────────────────────────────────────────────────────────╢
  7.   ║ Released:  Sunday, November 24, 1991             Number of Quotes:  800 ║
  8.   ║ **Please scan files for viruses before use!  Just a safety precaution** ║
  9.   ╙─────────────────────────────────────────────────────────────────────────╜
  10.                                     -=-=-=-
  11.   ╓─────────────────────────────────────────────────────────────────────────╖
  12.   ║ TQOTD Disclaimer and Registration Information                           ║
  13.   ╙─────────────────────────────────────────────────────────────────────────╜
  14.  
  15.   TQOTD is supplied AS IS.  I, Cal Gardner disclaim all warranties, implied
  16.   or expressed.  I also assume no liability for damages, direct or indirect
  17.   which may occur due to the result of usage of  TQOTD.
  18.  
  19.   A registration form is included in this package.  You are required to
  20.   register this after 31 days of use.  This is a shareware product, but
  21.   please support the shareware aspect.
  22.  
  23.   ╓─────────────────────────────────────────────────────────────────────────╖
  24.   ║ What is TQOTD you say?                                                  ║
  25.   ╙─────────────────────────────────────────────────────────────────────────╜
  26.  
  27.   TQOTD will pull quotes from a normal everyday ASCII text file and place
  28.   them nice and neat in an ANSI and ASCII file.  You do have the ability
  29.   to add your own quotes, plus TQOTD will display the quotes in sequential
  30.   or random order with great speed.  We currently offer over 800 quotes with
  31.   more coming.
  32.  
  33.   ╓─────────────────────────────────────────────────────────────────────────╖
  34.   ║ Configuration File for TQOTD                                            ║
  35.   ╙─────────────────────────────────────────────────────────────────────────╜
  36.  
  37.   A sample configuration file has been included within the TQOTD archive for
  38.   your viewings.  TQOTD requires a configuration file by the name of 
  39.   TQOTD.CFG and will not run without this file.  You can create this with
  40.   MS-DOS's Edlin or any other ASCII Editor (Norton, PC-Tools, Etc). All
  41.   lines will be described as to what they do after the example below:
  42.  
  43.   Line #1: Your BBS Name                eg: Air Waves SuperBBS HST
  44.   Line #2: Your Name                    eg: Cal Gardner
  45.   Line #3: Path+Name for Ansi File      eg: D:\SUPERBBS\TEXT\TQOTD.ANS
  46.   Line #4: Path+File for Ascii File     eg: D:\SUPERBBS\TEXT\TQOTD.ASC
  47.   Line #5: SBBS Pause at End? ()       eg. Y
  48.   Line #6: Enter Prompt                 eg. Pound your enter button please!
  49.   Line #7: Rotate Red and Blue          eg. N
  50.   Line #8: Reset to Quote 1 at Quote #  eg. 694
  51.   Line #9: Random Quoting               eg. Y
  52.  
  53.   Your BBS Name:  This is of course the name of your BBS or the name of the
  54.   system that TQOTD is being set up on.
  55.  
  56.   Your Name:  Your name or the name of the System Operator.
  57.  
  58.   Path+Name for Ansi/Ascii File:  The name of the files you wish your
  59.   quote to be displayed in.  These files are readable at DOS.
  60.  
  61.   SBBS Pause at End:  In SuperBBS, QuickBBS and other similar BBS systems,
  62.   they use a , Ascii character #1 in the display files to tell the system
  63.   to wait for the enter button to be pressed.  If you are running a BBS
  64.   that supports this, place Y here, if not N.  If N, send me netmail as
  65.   to what system you are running the the sequence to place a pause at the
  66.   end of the quote.
  67.  
  68.   Enter Prompt:  To be displayed centred on the screen after quote.
  69.  
  70.   Rotate Red and Blue:  Rotate Red and Blue backgrounds behind quote. 
  71.  
  72.   Reset to Quote 1 at Quote #:  If you only want TQOTD to read up to a
  73.   certain quote, say for instance quote 500.  You would place 500 there and
  74.   TQOTD would not read past there.
  75.  
  76.   Random Quoting:  If Y, it will pick quotes randomly within the limit
  77.   specified by Line #8.  If N, TQOTD will keep an index file and read the
  78.   quotes sequentially.
  79.  
  80.   ╓─────────────────────────────────────────────────────────────────────────╖
  81.   ║ Running TQOTD On your BBS System                                        ║
  82.   ╙─────────────────────────────────────────────────────────────────────────╜
  83.  
  84.   An example batch file for SuperBBS/QuickBBS Systems:
  85.  
  86.   :Start
  87.   BBS 
  88.   
  89.   :AfterBBS
  90.   If Errorlevel 90 goto CBV
  91.   If Errorlevel 5  goto Packmail
  92.   If Errorlevel 4  goto Packmail
  93.   If Errorlevel 3  goto Packmail
  94.   If Errorlevel 1  goto End
  95.  
  96.   :Tqotd
  97.   Cd\BBS\Tqotd
  98.   Tqotd
  99.   
  100.   Goto Start
  101.   :End
  102.  
  103.   TQOTD can be run simply by typing TQOTD.  TQOTD takes about 1-2 seconds
  104.   to read up to 850 quotes, so there it is no time consuming progra,.
  105.  
  106.   ╓─────────────────────────────────────────────────────────────────────────╖
  107.   ║ Other Information and the History of TQOTD                              ║
  108.   ╙─────────────────────────────────────────────────────────────────────────╜
  109.   
  110.   If you have any questions pertaining to TQOTD or any other inquiries, 
  111.   you may contact me via the following:
  112.  
  113.         My BBS          @ Air Waves SuperBBS HST, +1-416-984-4076
  114.                           US Robotics Courier HST
  115.         FidoNet         @ 1:247/117 or 1:247/99
  116.         NaNET           @ 41-62-07  ..or..
  117.  
  118.         Send me a letter to:    Cal Gardner
  119.                                 92 Green Maple Drive
  120.                                 ST. CATHARINES, Ontario
  121.                                 CANADA, L2P 3P5
  122.  
  123.   * History:
  124.  
  125.   1.00 - First ever version.  Written in TP 3.0a
  126.   1.50 - Ansi Emulation added, touch up on speed
  127.   2.00 - Ansi bug fixed, buffered quote file, added top header 
  128.   2.05 - More bugs fixed.  Removed annoying 30 day trial key
  129.   3.00 - Major re-write.  TP 5.0.  Nice colours, better Monochrome support
  130.   3.25 - More features added.  Random quoting, fixing of header
  131.   3.50 - Re-wrote the accessing of the quote file for slower XT systems
  132.   3.75 - Re-release of 3.50
  133.   3.76 - Re-release of 3.75
  134.   4.00 - Major re-write - Beatiful loadup screens
  135.   4.05 - Fixed bug where Tqotd will read quote file and write the ansi file
  136.          until you ran out of hardrive space.  
  137.   4.10 - Rewrote top header, removed all beeps, bells and whistles.  Added
  138.          200 more quotes.  Quote file now fully loaded into memory while
  139.          being read.  Registration optional.  Removal of random quoting
  140.          until 4.15 (If released).  Removed other BBS Support until next
  141.          version.  More to come
  142.   4.15 - Added Option for Rotating Red/Blue lines
  143.          Added option for Ctrl-A, enter at end of output files
  144.          Speeded up quote reading, much faster now.
  145.          No longer limited to 500 quotes.  Accepts up to 1000.
  146.          Configurable enter prompt.
  147.   4.20 - Added option to reset quote at sysop definable point.
  148.          Fix up a very small bug in the quote file.
  149.          Added the option for Random Quote selection as well as 
  150.          sequential quoting.
  151.          Fixed a MAJOR bug in the reading of the quote file while it
  152.          was searching for the quote.  I left this out from version 4.00 for
  153.          some reason.  I was not searching for the end of the TQOTD.BBS file
  154.          so it could reset counters.  Instead when quote 609 was reached, it
  155.          would only read nuls.  It's fixed now.  It will reset to quote 1 
  156.          if sequential reading is enabled, or will just read quote 1 when
  157.          random quoting is enabled.
  158.   4.21 - Minor bug fix on EOF reading in 4.20.  200+ Quotes Added.
  159.  
  160.   ╓─────────────────────────────────────────────────────────────────────────╖
  161.   ║ TQOTD Support Systems                                                   ║
  162.   ╙─────────────────────────────────────────────────────────────────────────╜
  163.  
  164.   Air Waves SuperBBS HST      St. Catharines, ON, Canada      +1-416-984-4076
  165.   USR 14.4 KBps, v42b         @FidoNet.1:247/117
  166.  
  167.   Applegate South SuperBBS    Applegate, Wisconsin, USA       +1-414-733-3882
  168.   USR 14.4 KBps, v42b         @FidoNet.1:139/650
  169.  
  170.   Maxwell's Argentum Hammer   Brockville, ON, Canada          +1-613-345-0486
  171.   USR DS 14.4 KBps, v42b      @FidoNet.1:249/306
  172.  
  173.   2nd Class SuperBBS          St. Catharines, ON, Canada      +1-416-984-6647
  174.   2400                        @FidoNet.1:247/120
  175.  
  176. <EOF>
  177.