home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / BBS / TELEGARD / QUOTEIT3.ZIP / QUOTEIT.DOC < prev    next >
Encoding:
Text File  |  1991-03-05  |  4.9 KB  |  118 lines

  1.                     ---- QUOTEIT Documentation ----
  2.  
  3.  
  4. DISCLAIMER:
  5. -----------
  6. This product is provided "as is" without warranty of any kind.  The
  7. author does not warrant, guarantee, or make any representations
  8. regarding the use of, or the results of the use of this program, and you
  9. rely on the program and results of the program at your own risk.  The
  10. author will not be held responsible for system damage, loss of profit,
  11. or any other special, incidental, or consequential damages resulting
  12. from the use or inability to use this product.
  13.  
  14. This program may be freely copied and distributed, providing it is not
  15. modified in any way, without express written consent of the author.
  16.  
  17.  
  18. FILES IN THIS ARCHIVE:
  19. ----------------------
  20. QUOTEIT.INF - Questioniare displayed to the user at logoff.
  21.               Place this in your AFILES directory.
  22. QUOTEIT.EXE - The executable.  Place this in your BBS directory.
  23. QUOTEIT.DOC - This file.
  24. QUOTEIT.MNU - Menu file for displaying quote.  If used, place in your
  25.               MENUS directory (see below).
  26. GOODBYE.MNU - Doc for alternate GOODBYE menu.  If used, place in your
  27.               MENUS directory (see below).
  28. BRUN45.EXE  - Basic run-time library module.  This file MUST be placed
  29.               in your BBS directory, or anywhere on your DOS path in
  30.               order for QUOTEIT to run!
  31.  
  32.  
  33. INSTALLATION:
  34. -------------
  35. First create a QUOTEIT.CFG file in the following format:
  36.  
  37. Line 1 - Path and filename for ANSI display.
  38. Line 2 - Path and filename for ASCII display.
  39. Line 3 - Path and filename for answer file.
  40. Line 4 - Make unabortable? (Y or N).
  41. Line 5 - Pause at the end? (Y or N).
  42. Line 6 - Header line.  Use the '@' symbol to mark where the user's handle will
  43.          be placed.
  44. Line 7 - Top delimiter.  This can be any character you like, but keep in mind
  45.          that the text will only be 75 characters in length.
  46. Line 8 - Text line.  This is mainly so you can define the color of the text.
  47.          Note that there is an alt-255 character at the end of the string to
  48.          produce a blank space.
  49. Line 9 - Bottom delimiter.  Again, this can be any character desired.
  50.  
  51. Next create a QUOTEIT.INF questionnaire file following the rules for
  52. creation of Infoform questionnaires in the Telegard documentation.  See
  53. the QUOTEIT.INF file included in this archive for information on
  54. restrictions.  I suggest using this file to begin with, and editing it
  55. after QUOTEIT is running correctly.
  56.  
  57. Then you need to add the following to your GOODBYE menu:
  58.  
  59.          Menu Filename: GOODBYE
  60.          Command #xx of xx
  61.  
  62.          1. Long descript :           ; Null String
  63.          2. Short desctipt:           ; Null String
  64.          3. Cmd letters   :G          ; or whatever letter you use to logoff.
  65.          4. ACS required  :""
  66.          5. Cmdkeys       :-Q
  67.          6. MString       :QUOTEIT
  68.             Flags         :None
  69.          Q. Quit
  70.  
  71.          Menu Filemane: GOODBYE
  72.          Command #xx of xx
  73.  
  74.          1. Long descript :           ; Null String
  75.          2. Short descript:           ; Null String
  76.          3. Cmd letters   :G          ; or whatever letter you use to logoff.
  77.          4. ACS required  :""
  78.          5. Cmdkeys       :D-
  79.          6. MString       :QUOTEIT.EXE
  80.             Flags         :None
  81.          Q. Quit
  82.  
  83. As an alternative, you can replace your current GOODBYE.MNU with the one
  84. included in this archive.  It will automatically send people logging off
  85. through the "Leave message to next caller" prompt.  I have found that this
  86. increases the use of QUOTEIT drastically!
  87.  
  88. There are at least 2 ways I can think of to display the QUOTEIT message
  89. to callers as they logon.  The method I use, is to set the ANSI/ASCII
  90. filenames in QUOTEIT.CFG to LOGON.ANS and LOGON.MSG respectively.  This
  91. will display the quote to all callers automatically each login.  If this
  92. method isn't satisfactory, then go into Telegard's System configuration
  93. (P from WFC menu).  Select I and change the Start out menu to QUOTEIT.
  94. Then move the QUOTEIT.MNU file included in this archive to your MENUS
  95. directory.
  96.  
  97.  
  98. REGISTRATION:
  99. -------------
  100. I don't REQUIRE that you register this small utility, but if you use
  101. it on your BBS, and wish to compensate me for my time, then please send
  102. a check or money order for $5 (US) to:
  103.  
  104.                             Doug Bora
  105.                             1612 Wilton Ct.
  106.                             Green Oaks, IL 60048
  107.  
  108.  
  109. CONCLUSION:
  110. -----------
  111. Well, that should be it.  I've been running this program on my system
  112. for over a month now, and haven't had a single problem.  If YOU have
  113. any problems with QUOTEIT, feel free to reach me on The Coliseum at
  114. 815-748-4325 as Stigmata #1 (SysOp) or send netmail via Fidonet to Doug
  115. Bora at 1:11/12.  The Latest version of Quoteit is also FREQable as
  116. QUOTEIT (7700 Bytes) or QUOTEITB (64700 Bytes).  QUOTEITB.ZIP includes
  117. the BRUN45.EXE file which is required for QUOTEIT to run.
  118.