home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / bbs_opus / echo309b.arj / DOORDRIV.CTL < prev    next >
Encoding:
Text File  |  1991-04-11  |  6.0 KB  |  169 lines

  1. ;Door Driver Control file
  2. ;-----------------
  3. ;
  4. ;  There are some colors specified in this sample file that are not "default"
  5. ;  colors; however, try my colors first before you make changes.  When you do
  6. ;  change the color, change them one at a time to see how the new colors will
  7. ;  work together.
  8. ;
  9. ;Sysopfirst: Specifies the first name of the sysop as it will be shown to
  10. ;            the users.
  11. ;
  12. SYSOPFIRST Robert
  13. ;
  14. ;
  15. ;SysopLast:  Specifies the last name of the sysop as it will be shown to
  16. ;            the users.
  17. ;
  18. SYSOPLAST McCullough
  19. ;
  20. ;
  21. ;BBSName:    Specifies the name of the bbs as it will be shown to users.
  22. ;
  23. BBSNAME The WorkBench BBS
  24. ;
  25. ;
  26. ;BBSPath:    Specifies the path where the bbs door files are located.  If
  27. ;            omitted, the door control files are assumed to be in the cur-
  28. ;            rent directory.
  29. ;
  30. BBSPATH C:\RBBS
  31. ;
  32. ;
  33. ;BBSType:    Specifies the type of bbs software under which this door program
  34. ;            will be run. Valid bbs types include:
  35. ;
  36. ;                     RBBS - Rbbs-Pc version 16.1+ (uses DORINFOx.DEF)
  37. ;                    QUICK - Quickbbs; Uses DORINFOx.DEF (same as above)
  38. ;                    PCB12 - PcBoard version 12 (note: see COMPORT note below)
  39. ;                    PCB14 - PcBoard version 14
  40. ;                     WWIV - WWIV bbs (uses chain.txt) (turn off dos INT)
  41. ;                  PHOENIX - Phoenix bbs
  42. ;                  WILDCAT - Wildcat bbs
  43. ;                     OPUS - Opus 1.1x (uses LastUs##.DAT)
  44. ;
  45. ;       ::::------- Put your bbs type here! Select from those listed above
  46. ;       ::::
  47. ;       \/\/
  48. BBSTYPE RBBS
  49. ;
  50. ;
  51. ;ComPort:    For bbs types that do not have the com-port contained in their
  52. ;            door information files (such as PCBOARD-12), you will have to
  53. ;            specify the com-port. Simply put the port number (i.e. 1,2,etc)
  54. ;            not the whole word COM1.
  55. ;
  56. ;                   If you are using a bbs type that doesn't provide the com
  57. ;        ::-------- port num in it's door information file (such as pcb-12),
  58. ;        \/         then uncomment this line and put your com port here.
  59. ;COMPORT 1
  60. ;
  61. ;
  62. ;Baud:       This parameter is for boards that run a LOCKED port.  The locked
  63. ;            speed should be specified using this parameter.  Maximum speed
  64. ;            that can be used is 38400.
  65. ;
  66. ;BAUD 9600
  67. ;
  68. ;
  69. ;Mono:       Will disable color on the local side. (Necessary if you are
  70. ;            running a monochrome system)
  71. ;
  72. ;                   Uncomment this line if you are running a monochrome
  73. ;  ::-------------- system on the local side.
  74. ;  \/
  75. ;MONO
  76. ;
  77. ;
  78. ;Quiet:      If specified, the door will strip out all ^G characters from
  79. ;            the local side.
  80. ;QUIET
  81. ;
  82. ;
  83. ;Status:     Specify "ON" if you wish the status line to appear at the bottom
  84. ;            of "OFF" if you wish it to be disabled.
  85. ;
  86. STATUS ON
  87. ;
  88. ;
  89. ;Statfore:   The foreground color of the status line (default 0)
  90. ;
  91. STATFORE 0
  92. ;
  93. ;
  94. ;Statback:   The background color of the status line (default 7)
  95. ;
  96. STATBACK 7
  97. ;
  98. ;HiLightColor:  Specifies the color to use for highlighted information
  99. ;
  100. HILIGHTCOLOR 15
  101. ;
  102. ;Promptcolor:   Contains 3 values.  The first is the color of the foregound
  103. ;               when excepting input.  The second is the color of the back-
  104. ;               ground when excepting input.  The third value is the color
  105. ;               to use when displaying the "prompt" string.
  106. ;
  107. PROMPTCOLOR 0 7 10
  108. ;
  109. ;Foreground: Specifies default foreground color (default 7)
  110. ;
  111. FOREGROUND 11
  112. ;
  113. ;
  114. ;Background: Specifies default background color (default 0);
  115. ;
  116. BACKGROUND 0
  117. ;
  118. ;
  119. ;Color1:     Tells doordriver to select ANSI graphics when a "1" is passed
  120. ;            in the graphics parameter of the DORINFOx.DEF. From what I
  121. ;            understand, FORCE and QUICKBBS require this option set although
  122. ;            RBBS should not.  If you use QUICK, specify it as a BBS TYPE
  123. ;            and don't set COLOR1.
  124. ;
  125. ;COLOR1
  126. ;
  127. ;
  128. ;43Line:     The 43LINE option will instruct doordriver to load in the EGA
  129. ;            43-line mode. (You MUST have an EGA adapted for this option). The
  130. ;            enhanced screen allows the local sysop to see much more infor-
  131. ;            mation on the screen.
  132. ;43LINE
  133. ;
  134. ;
  135. ;25Exit:     The 25EXIT option will tell DoorDriver to switch back to the 25
  136. ;            line mode when doordriver is completed. This option is only
  137. ;            useful when the above 43LINE option is used. If 25EXIT is not
  138. ;            specified and 43LINE is, then doordriver will exit to DOS in
  139. ;            the 43-line mode.
  140. ;25EXIT
  141. ;
  142. ;
  143. ;ReMapFore:  The REMAPFORE parameter allows you to "remap" doordrivers color.
  144. ;            This allows you to substitue in one color for another (i.e.
  145. ;            you could substitute in GREEN for all instances of BLUE). The
  146. ;            REMAPFORE parameter effects only the FOREGROUND color. The
  147. ;            REMAPBACK command below handles the background colors. When a
  148. ;            color is substituted, it effects both the LOCAL user and the
  149. ;            REMOTE user. REMAPFORE's syntax is below:
  150. ;
  151. ;                       Syntax:  REMAPFORE <color1> <color2>
  152. ;                      Example:  REMAPFORE 14 15
  153. ;
  154. ;            The <color> parameters are numeric codes for colors which are
  155. ;            listed on a table below. The example will substitue white
  156. ;            (color 15) in for yellow (color 14)
  157. ;
  158. ;                0 - Black   4 - Red       8 - DarkGray    12 - Lightred
  159. ;                1 - Blue    5 - Magenta   9 - LightBlue   13 - LightMagenta
  160. ;                2 - Green   6 - Brown    10 - LightGreen  14 - Yellow
  161. ;                3 - Cyan    7 - LgtGray  11 - LightCyan   15 - White
  162. ;
  163. ;RemapBack:  The Remapback command is similar to the remapfore command, but
  164. ;            it effects background colors instead of foreground colors. The
  165. ;            syntax is identical except that only colors 0-7 are available
  166. ;            for background.
  167. ;
  168. ;-----------------------------------------------------------------------------
  169.