home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / DOOR / BABY102.ZIP / SYSOP.DOC < prev    next >
Text File  |  1996-05-02  |  6KB  |  239 lines

  1.                                Baby Derby
  2.                                ----------
  3.  
  4.  Let your users join in the fun of you having a baby. Just a simple
  5. voteing door that creates an ansi to keep track of who has voted and
  6. what they voted as.
  7.  
  8.  
  9. Licensing and Distribution
  10. --------------------------
  11.  This program is FREEWARE! Why would you want to register something that
  12. you are only going to use once or twice anyway? But for Feed back I can be
  13. reached at the following addresses:
  14.  
  15. Fido     :     1:124/7013
  16. Linear   :     121:2110/101
  17. Fido Echo:     DoorGames Moderated by Ruth Argust (2nd best moderator in the
  18.                                                     West :)
  19. Home     :     B Turner
  20.                SMYC Software
  21.                12235 China Lake DR
  22.                Dallas Texas 75253
  23.  
  24.  If for some strange reason you feel that you want to donate something
  25. for the time that it took to write this door, Please feel free. Being a
  26. SysOp with a child is a costly job as well.
  27.  
  28. If this Program kill's your Hd or hurt's your bbs I am sorry, But that is
  29. about it. I will hold NO responcibility for anything that Happens to your
  30. System, or personal Life.. :)
  31.  
  32. Files Included in this Archive
  33. ------------------------------
  34. BABY     EXE       Main Exe File
  35. BRESULT  ANS       Ansi that the Users will see
  36. BRESULT  ASC       Ascii that the Users will see
  37. WHATS    NEW       What is new in this revision
  38. FILE_ID  DIZ       Used for BBS listing
  39. RESET    BAT       Batch file for reseting
  40. BABY     CFG       Example Config file
  41. RESULT   ANS       Used in resetting the ANSI
  42. RESULT   ASC       Used in resetting the ASCII
  43. RUN      BAT       Quick running in local mode
  44. SYSOP    DOC       What you are reading now
  45.  
  46. Files that will be created
  47. --------------------------
  48. BUSY     FLG       Used for multi node systems
  49. NAMES    DAT       Record of who has run the door
  50.  
  51. Installation
  52. ------------
  53. The following drop files are supported by Baby Derby.
  54.  
  55.    PCBOARD.SYS     DORINFOx.DEF
  56.    USERS.SYS       SFDOORS.DAT
  57.    DOOR.SYS        USERINFO.DAT
  58.    CALLINFO.BBS    GTUSER.BBS
  59.  
  60. Edit the file Baby.CFG to fit your needs.
  61. For Example:
  62.  
  63. ;C:\BBS\DOOR.SYS         <--- Path to dropfile
  64. ;RabbitLand II           <--- BBS Name
  65. ;Bryan                   <--- Sysop's first name
  66. ;Turner                  <--- Sysop's last name
  67. ;0                       <--- For GTUSER (0 if not using GTUSER)
  68. ;0                       <--- For GTUSER (0 if not using GTUSER)
  69. ;Marla & Bryan Turner    <--- Parent's Names
  70. ;1/30/96                 <--- Expected B-Day
  71. ;Sysop Access for a Day! <--- Prize if any
  72. ;Y                       <--- If you want users to only vote once
  73. ;                             put Y Else put N
  74.  
  75. Add the command line below to your batchfile to start the door.
  76.  
  77. BABY BABY.CFG
  78.  
  79. For Example:
  80.  
  81. @ECHO OFF
  82. C:
  83. CD\BABY
  84. BABY BABY.CFG      <-----Command Line that starts the door.
  85. CD\RA
  86.  
  87. To run the door in LOCAL mode type BABY BABY.CFG /LOCAL.
  88.  
  89. MULTI LINE CONFIG
  90. -----------------
  91. Copy the BABY.CFG to BABY1.CFG BABY2.CFG ect.. Where BABY1 is for node 1.
  92.  
  93. Call it the same way:
  94.  
  95. BABY BABY1.CFG
  96.  
  97.  
  98. Maintenance
  99. ---------
  100.  There is no maintance. If you want to reset all you have to do is run the
  101. reset.bat this will clear out your ANS and ASCII files and Delete the
  102. NAMES.DAT
  103.  
  104. Fossil Driver Support
  105. ---------------------
  106. This door supports the use of Fossil drivers.  To tell it to use the
  107. Fossil driver instead of the standard COM ports, just put /FD on the
  108. command line when running the door. For example:
  109.      BABY BABY.CFG /FD
  110. indicates that a Fossil driver is present and should be used. If no Fossil
  111. driver is detected, the door will print a message to that effect and exit
  112. the door gracefully. (Well not really all that gracefully)
  113.  
  114. Environment Variables
  115. ---------------------
  116. This door supports COM 1-4 on the standard IRQ's -
  117. COM1/COM3 = IRQ4 and COM2/COM4 = IRQ3. If you wish to use a non-standard IRQ,
  118. add the IRQ number after the configuration filename. Let's assume you want
  119. to use COM1 and IRQ5. The command line passed to baby would be:
  120.     BABY BABY.CFG /5  or
  121.     BABY BABY.CFG /%IRQ%  for the environment variable.
  122. The /5 tells the door to use IRQ5 rather than the standard IRQ4
  123. that is normally used with COM1. No /x parameter is needed for the standard
  124. IRQ's.
  125.  
  126. When specifying the location of the system file on line 1 of the BABY.CFG
  127. file, you may use the environment variables %pcbdrive%, %pcbdir%, %pcbnode%,
  128. and %wcnodeid%. Some examples:
  129.  PCBoard:
  130.    USERS.SYS in C:\PCB           - %pcbdrive%%pcbdir%\USERS.SYS
  131.    USERS.SYS in C:\PCB\NODE1     - %pcbdrive%%pcbdir%\NODE%pcbnode%\USERS.SYS
  132.  
  133.  Wildcat!:
  134.    USERINFO.DAT in C:\WC\NODE1   - C:\WC\NODE%wcnodeid%
  135.  
  136. Non-PCBoard systems may use the PCB environment variables by setting them
  137. in either AUTOEXEC.BAT or in the batch that runs the door. For example:
  138.  SET PCBDRIVE=C:
  139.  SET PCBDIR=\BBSDIR
  140.  SET PCBNODE=1
  141.  
  142. 486DX CPU's
  143. -----------
  144. Some math coprocessors in 486DX CPUs cannot handle floating point math.
  145. This can show up as an ERROR 5, a keyboard timeout, etc.
  146.  
  147. Fortunately there is an easy fix for this problem. Simply place the following
  148. line in the AUTOEXEC.BAT file:
  149.  
  150.     SET NO87=ON
  151.  
  152. Support BBS:
  153. ------------
  154. RabbitLand II    1-214-286-3443       Fido 1:124/7013  Lin 121:2110/101
  155. Bryan Turner
  156.  
  157.  
  158. Special Thanks:
  159. ---------------
  160.  I have to thank David Moses for getting me Started in this, and for being
  161. up at 12:30am to tell me that I can't spell. Thanks David! (I think)
  162.  Also Glen O'gorman and his Wife. Hell with out her he would not have been
  163. able to Beta Test for me.
  164.  And Last but not least My Family. Marla (My Wife) Brianna (My Daughter that
  165. this was written for) Frisco (Dog #1) Rudy (Expensive Dog #2) Shorty (My Cat)
  166. and Beemer (My White Hooded Rat).
  167.  
  168.  
  169. Where to find this DOOR?
  170. ------------------------
  171. Freq BABY from 1:124/7013
  172. Or Call 1-214-286-3443 and Look in the DOOR File Directory
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238. Get a Life..   That's it Go home!!!!
  239.