home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / BBS_UTIL / CHALK20.ZIP / HELPME.DOC < prev    next >
Text File  |  1994-01-01  |  10KB  |  244 lines

  1. DEKM Software, Inc.                                   Address:
  2.      Presents                                     144 Academy Lane
  3.  Chalk Board V2.0                               Upper Darby, PA 19082
  4.  January 16, 1994
  5.     
  6.        (C) Copyright 1994.  By Lawrence DeLutiis.  All Rights Reserved.
  7.  
  8.  
  9. < PRODUCT DESCRIPTION >
  10.  
  11.      Chalk Board is a message/advertisement door.  It allows users to enter
  12. their own messages, such as advertisements or just use it as an open forum.
  13. The user can delete their own messages whenever they want and can enter up 
  14. to 10 messages at one time, then must delete some to allow room for more.  
  15. Unregistered version can only enter one message per user and cannot delete 
  16. their message.
  17.      
  18.      This door program is compatible with most BBS software.  Supports up
  19. to 115K baud rate, COM 0-15, non-standard IRQ's and multi-port boards using
  20. a FOSSIL including PCBoard/M.  Desqview compatible.  
  21.  
  22.      
  23. < DISTRIBUTION >
  24.  
  25.      You are encouraged to distribute this product freely.  By having it
  26. available for downloading or by uploading it to any BBS, provided that
  27. you do not make any changes to the files in the archive.
  28.  
  29.  
  30.             < LIMITED WARRANTY >
  31.  
  32.      THE PROGRAMS CONTAINED IN THIS PACKAGE ARE PROVIDED AS IS WITHOUT
  33. WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT
  34. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  35. PARTICULAR PURPOSE.  THE ENTIRE RISK RELATED TO THE QUALITY AND
  36. PERFORMANCE OF THE PROGRAMS IS ON YOU.  IN EVENT THERE IS ANY DEFECT,
  37. YOU ASSUME THE ENTIRE COST OF ALL NECESSARY SERVICING, REPAIR, OR
  38. CORRECTION.
  39.  
  40.      DEKM Software, Inc. does not warrant that the programs contained in
  41. the package will meet your requirements or that the operation of the
  42. programs will be uninterrupted or error-free.  DEKM Software, Inc. warrants 
  43. the diskettes on which the programs are provided to be free of defects in 
  44. the materials and workmanship under normal use for a period of ninety (90) 
  45. days from the date of purchase by you as evidenced by a copy of your sales 
  46. receipt.  The entire liability of DEKM Software, Inc. and your exclusive 
  47. remedy as to the disk(s) shall be replacement of the disk(s) that doesn't 
  48. meet DEKM Software's Limited Warranty.
  49.  
  50.  
  51. < INSTALLATION >
  52.  
  53.      To install this door program follow the steps provided:
  54.  
  55.  
  56. STEP:       INSTRUCTION:
  57.   1         Make a separate sub directory for this door.
  58.         For example:  MD CHALK
  59.  
  60.   2         Copy all files in the .ZIP package into the new sub
  61.         directory.
  62.  
  63.   3         Run the file called SETUP.EXE.
  64.         (Just type)   SETUP
  65.  
  66.   4         Select the option on the Main Menu called:
  67.         [Create Setup File].  Enter your data and save it to disk.
  68.  
  69.   5         Select the option on the Main Menu called:
  70.         [Create Config File].  Enter your data and save it to disk.
  71.  
  72.   6         Select the option on the Main Menu called:
  73.         [Create Batch File].  Enter your data and save it to disk.
  74.  
  75. *****************************************************************************
  76.  NOTE:  Make sure that all data is entered correctly.  If the door is not
  77.     functioning properly, check your data again especially the paths.
  78.     ALSO, DO NOT copy the files in this .ZIP file in another directory
  79.     that contains other DEKM products or other files.  Please make a 
  80.     new and empty sub directory, then copy the files.
  81. *****************************************************************************
  82.  
  83. < USER DROP FILES >
  84.  
  85. For file:  DEKMDOOR.CFG                 ( DO NOT change this filename )
  86.  
  87.      Enter this information on the first line of the configuration file
  88. called DEKMDOOR.CFG.  This drop file is created by your BBS each time a
  89. user runs a door.  This file has different names depending on the type
  90. of BBS software you are running.  The enclosed user files are user files
  91. that are supported by this door program.
  92.  
  93. PATH:                                 BBS NAME:
  94. C:\WILDCAT\CALLINFO.BBS               For Wildcat
  95. C:\WC30\WCWORK\NODE1\USERINFO.DAT     For Wildcat 3.x
  96. C:\PCB\PCBOARD.SYS                    For PCBoard using PCBOARD.SYS only
  97. C:\PCB\USERS.SYS                      For PCBoard using USERS.SYS only
  98. C:\BBS\DOOR.SYS                       For systems which support DOOR.SYS
  99. C:\BBS\DORINFOx.DEF                   For QBBS/RBBS/RA.  Replace x with
  100.                       Node number.
  101. C:\BBS\TRIBBS.SYS                     For TriBBS
  102. C:\BBS\SFDOORS.DAT                    For Spitfire
  103. C:\BBS\GTUSERS.BBS                    For GT Power systems
  104.  
  105.    * If your using GT Power, you must use a file editor and put the comport
  106.      number on line 5 and the node number on line 6 of the DEKMDOOR.CFG 
  107.      configuration file.
  108.  
  109.  
  110. < COMM PORTS IRQs >
  111.  
  112.      This door program supports COM 1-4 on the standard IRQ's - COM1 or
  113. COM3 as a standars uses IRQ4 while COM2 and COM4 use IRQ3.  If your
  114. sysem uses a non-standard IRQ, add the IRQ number after the
  115. configuration filename.  For example:  if the is called RUNME and you
  116. want to use COM1 but non-standard IRQ5.  The command line passed to the
  117. door would be:
  118.  
  119. RUNME DEKMDOOR.CFG / 5
  120.  
  121.      The /5 tells the door to use IRQ5 rather than the standard IRQ4
  122. normally used with COM1.  No /x parameter is needed for the standard
  123. IRQ's.
  124.  
  125.  
  126. < FOSSIL DRIVERS >
  127.  
  128.      To tell the door to use the fossil driver instead of the standard
  129. COM ports, just put /FD on the command line when running the door.
  130. For Example:
  131.  
  132. RUNME DEKMDOOR.CFG / FD
  133.  
  134.      The /FD indicates to the door that a fossil driver is present and
  135. should be used.  If no fossil driver is detected, the program will print
  136. a message to that effect and exit the door.
  137.  
  138.  
  139. < FILES CONTAIN IN THE .ZIP PACKAGE >
  140.  
  141.      This is a list of files that should be contain in the archive.
  142. If you are missing files, please call another BBS or one of DEKM 
  143. Software's Support Boards and download another package.
  144.  
  145. FILE:                             DESCRIPTION:
  146. SETUP.EXE                         Setup Program
  147. CB20.EXE                          Door Program
  148. ORDER.FRM                         Registration Form
  149. HELPME.DOC                        This file.
  150. DEKMDOOR.CFG                      Sample Configuration File
  151. SETUP.DAT                         Sample Setup File
  152. CHALKB.BAT                        Sample Batch File
  153. MOREDOOR.DOC                      More DEKM Doors
  154.  
  155. *****************************************************************************
  156.  NOTE:  DO NOT change the name of any of these file names.  The door program
  157.     will not function if the filenames are changed.
  158.  
  159.     ALSO, You can delete the SETUP.EXE file after you have entered your 
  160.     data, if you think you will not need it.  
  161.  
  162.     If you ever decide to delete the PLAYERS.DAT file, you must also
  163.     delete the CHALKBD.DAT file.
  164. *****************************************************************************
  165.  
  166. < SETUP FILE >
  167.  
  168. For file:  SETUP.DAT   
  169.  
  170.      This file contains information that the door program needs to run.
  171.      
  172.      The first line, contains the drive and path to where you have
  173. installed all the UNZIP files.
  174.  
  175.      The second line, contains your registrations code.  By registering
  176. this product you will give your users more access to the game.
  177.  
  178.      For further information on which path to enter for your bulletins,
  179. see you BBS manual.
  180.  
  181.  
  182. < RUNNING LOCALLY >
  183.  
  184.      To run the door program locally just type the name of the .EXE and
  185. the word LOCAL.  For example:  (you type)   RUNME LOCAL
  186. RUNME is the name of the door .EXE file.
  187.  
  188. *****************************************************************************
  189.  NOTE:  Before running the door locally, make sure that you run the SETUP 
  190.     program and enter the correct paths.
  191. *****************************************************************************
  192.  
  193. < TECHNICAL SUPPORT >
  194.  
  195.      If you like, all users can gain access to any of DEKM Software's 
  196. support boards.  Just log on to the support board of your choice.  You can 
  197. now download the latest products by DEKM Software, Inc.  There is also a 
  198. DEKM Software Support conference where you can leave your questions or 
  199. comments about the doors.  All mail is read daily for immediate responses.
  200.  
  201.      U.S. users can save the $3.00 in shipping/handling by selecting a 
  202. DEKM support board on the registration form.  Your registration number will 
  203. be placed on a board of your choice in a private message.                  
  204.  
  205.      Or, U.S. users can pay the $3.00 in shipping/handling and they 
  206. will receive a disk containing their registration number and other 
  207. unregistered doors designed by DEKM.
  208.  
  209.     For easy access to these support boards use the following username:
  210.     
  211.     First name: DEKM      Last name: SUPPORT      Password: SUPPORT
  212.  
  213.     This username will give you access to ONLY the DEKM Software Support 
  214.    message conference and the DEKM Software Doors file area.
  215.  
  216. < DEKM Support Boards >
  217.  
  218.    SYSOP:                BBS Name:                    Number:
  219.    Harry Walmsley   of   Punch into the Future BBS.   (610)-352-0413
  220.    Mark Ingenito    of   The Cheyenne BBS.            (610)-544-7710
  221.  
  222. *****************************************************************************
  223.    NOTE:  As of January 8, 1994:  Southeastern Pennsylvania received a new  
  224.       area code.  Changing from 215 to 610.  You will not see the new
  225.       area code on any area code maps.  Calling rates will remain the
  226.       same for both local and long distance calls.
  227. *****************************************************************************
  228.  
  229. < ACKNOWLEDGEMENTS >
  230.  
  231.      Thanks first goes to my brother Stephen who has helped me designed all
  232. my products.  Second thanks goes to my support boards and the sysops that
  233. run them:  Harry Walmsley and Mark Ingenito.  Third, goes to all the boards 
  234. that help me test my products.
  235.  
  236.               And to all our users...  THANKS!
  237.        DEKM Software, Inc. wouldn't be a success without you.
  238.  
  239.        Thank you, and welcome to the family of DEKM products!
  240.  
  241.                           Lawrence DeLutiis
  242.                           Author
  243.  
  244.