home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / BEXEN250.LZH / BINKLEY.CFG < prev    next >
Text File  |  1991-09-17  |  13KB  |  281 lines

  1. ; ----------------------------------------------------------------------------
  2. ; BINKLEY.CFG - Configuration File for BinkleyTerm 2.50
  3. ; ----------------------------------------------------------------------------
  4. ;
  5. ; ----------------------------------------------------------------------------
  6. ; All configuration options are explained in detail in the Reference
  7. ; Guide section, "Configuration File."
  8. ; ----------------------------------------------------------------------------
  9. ;
  10. ; ----------------------------------------------------------------------------
  11. ; The following may apply to all BinkleyTerm installations:
  12. ; ----------------------------------------------------------------------------
  13. ;
  14. ; Port        The desired FOSSIL port to use, normally 1=COM1: and 2=COM2:
  15. ; Baud        Maximum baud rate (300,1200,2400,4800,9600,19200,38400)
  16. ; Carrier     Your carrier mask in hex (usually 80)
  17. ; Init        Initialization string for your modem
  18. ; TermInit    Initialization for terminal mode only operation
  19. ; Prefix      Your modem's dial prefix (ATDT or ATDP)
  20. ; Suffix      Your modem's dial suffix (if you need one, normally not)
  21. ; Busy        What BinkleyTerm sends to the modem while doing other things
  22. ; Answer      Use when modem isn't set to auto-answer, string to send to answer
  23. ; PreDial     Modem string sent before dial string (Prefix) to override default
  24. ; PreInit     Modem string sent before init string (Init) to override default
  25. ; ModemTrans  Dynamic selection of modem prefix and suffix based on nodelist
  26. ; DTRHigh     Leaves DTR (data terminal ready) line "high" on exit
  27. ; Protocol    To use an Opus-CBCS style external protocol for Terminal Mode
  28. ; Serial      Register BinkleyTerm with a serial number of your choosing
  29. ; StatusLog   Path/filename of the desired log file, if any
  30. ; Downloads   Path to put downloaded files into
  31. ; CaptureFile Designates file to use with Alt-L session logging feature
  32. ; LogLevel    Amount of logging desired, 1-5 (1=minimal, 5=maximal)
  33. ; Gong        Gong on successful connection or file transfer in terminal mode
  34. ; Rev3        Forces BinkleyTerm to assume Revision 3 FOSSIL driver
  35. ; SlowModem   Add 1/10th second delay between modem command characters
  36. ; LockBaud    Used with <reliable connect string>, or <baud rate> to lock port
  37. ; AutoBaud    Always dial at baud rate listed above instead of nodelist rate
  38. ; TaskView    Tells BinkleyTerm to release time slice on TaskView systems
  39. ; TopView     Tells BinkleyTerm to release time slice on TopView systems
  40. ; MultiLink   Tells BinkleyTerm to release time slice on MultiLink systems
  41. ; Macro       Sends string over the line in Terminal Mode (Alt-F1 thru Alt-F9)
  42. ; Include     Designates name of file with additional configuration statements
  43. ; Application Ignored by BinkleyTerm, may be used by other applications
  44. ; AnswerBack  Sends designated text in response to ENQ char in Terminal Mode
  45. ; PollTries   Number of times BT will dial during a dial or poll
  46. ; SwapDir     Enables shell swapping and designates dir to place swap file
  47. ; Snoop       Identifies PMSnoop Pipename
  48. ;
  49. ; ----------------------------------------------------------------------------
  50. ;
  51. Port      1
  52. Baud      38400
  53. Carrier   80
  54. ; NOTE!  Refer to BT_REF.DOC for dial translation characters
  55. Init      ATV1Q0X4|
  56. TermInit  ATV1Q0X4E1|
  57. Prefix    ATDT
  58. ; Suffix
  59. ; Busy       ATM0H1|
  60. ; WARNING!  Refer to BT_REF.DOC for details about 'Answer' statement!
  61. ; Answer     ATA|
  62. ; PreDial    `
  63. ; PreInit    |v``^``
  64. ; ModemTrans 1 prefix/suffix     ; HST
  65. ; ModemTrans 2 prefix/suffix     ; PEP
  66. ; ModemTrans 3 prefix/suffix     ; HST or PEP
  67. ; DTRHigh
  68. ; Protocol   c:\opus\kermit.exe
  69. ; Serial
  70. StatusLog    c:\binkley\binkley.log
  71. Downloads    c:\binkley\downloads\
  72. CaptureFile  c:\binkley\session.log
  73. LogLevel 5
  74. Gong
  75. ; Rev3
  76. ; SlowModem
  77. ; LockBaud /ARQ
  78. AutoBaud
  79. ; TaskView
  80. ; TopView
  81. ; MultiLink
  82. ; NOTE!  In the next statement, Alt-F1 would send "Name" + carriage return
  83. ; Macro 1 Name|
  84. ; NOTE!  In the next statement, Alt-F2 would send "Password" + carriage return
  85. ; Macro 2 Password|
  86. ; Include suplmnt.cfg
  87. ; Application Amax Direct
  88. ; AnswerBack My Name|
  89. ; PollTries 10
  90. ; SwapDir f:\ramdisk\
  91. ; Snoop \\Server\Pipename
  92. ;
  93. ; ----------------------------------------------------------------------------
  94. ; In addition to the above, if you intend to run BinkleyTerm for point
  95. ; operation or mail interface operation, the following also may apply:
  96. ; ----------------------------------------------------------------------------
  97. ;
  98. ; System        Name of your system (if mail interface, BBS name)
  99. ; Sysop         Your name
  100. ; Address       Your network address, including zone
  101. ; NoZones       Causes zone support to be turned off, as in BT 1.50 and ealier
  102. ; PrivateNet    Designates private network number, used with fakenet point nets
  103. ; Boss          Net/Node of your Boss (if NOT a point, then your node address)
  104. ; BossPhone     Phone number for your Boss (override nodelist)
  105. ; BossPwd       Password for use during Boss mail sessions (overrides nodelist)
  106. ; NetMail       Location of your "Matrix" message area
  107. ; NetFile       (Default) Location of your inbound files area
  108. ; KnownInbound  (Known) Location of your inbound files area
  109. ; ProtInbound   (Protected) Location of your inbound files area
  110. ; Hold          Location of your outbound hold area
  111. ; Domain        Define domain name, 8-char abbreviation, nodelist filename
  112. ; Nodelist      Where your system stores its nodelist files
  113. ; Version6      Tells BinkleyTerm to expect Version 6 compiled nodelist
  114. ; Version7      Tells BinkleyTerm to expect Version 7 compiled nodelist
  115. ; Dial          Dial translation entries (refer to docs for details)
  116. ; ScriptPath    Designates directory to find outward dialing scripts
  117. ; Reader        Command line to invoke reader/editor with Alt-E command
  118. ; Overwrite     Allows overwriting of existing inbound files of the same name
  119. ;                  (ARCmail files excepted)
  120. ; Unattended    Makes BinkleyTerm always start-up in unattended (mailer) mode
  121. ; NoFullScreen  Forces BinkleyTerm to not use the fancy full screen mode
  122. ; BoxType       Designates type of boxes to draw for windowed interface
  123. ; Colors        For windowed interface, gives screen color attributes
  124. ; NOTE!  The winner of our screen colors contest is Mark Kromm of 1:261/1034
  125. ; NOTE!  Mark gets a configuration verb named after him - and here it is!
  126. ; Mark_Kromm    Makes colors 112, 9, 10, 11, 14 and 12
  127. ; ScreenBlank   If used, makes screen blank after Blankwait <sec> of inactivity
  128. ; Blankwait     Number of seconds to wait before blanking screen
  129. ; CursorCol     Gives screen column number for cursor "resting place"
  130. ; CursorRow     Gives screen row number for cursor "resting place"
  131. ; NoSlo         Tells BinkleyTerm not to use SEAlink Overdrive
  132. ; SmallWindow   Reduces "run ahead" during LoTek transfers (for hi-speed modems)
  133. ; StartBlkLen   Starting block length to use in Wazoo mail transfers (64-1024)
  134. ; Okfile        (Default) List of files okay for file request (for Binkley)
  135. ; Avail         (Default) List of files okay for file request (for humans)
  136. ; About         (Default) Your system's advertisement
  137. ; MaxReq        (Default) Maximum files to be sent during any one f'req session
  138. ; MaxBytes      (Default) Maximum bytes to be sent in one session's freqs
  139. ; MaxTime       (Default) Maximum minutes allowed for a file request session
  140. ; KnownReqList  (Known) List of files okay for file request (for Binkley)
  141. ; KnownAvail    (Known) List of files okay for file request (for humans)
  142. ; KnownAbout    (Known) Your system's advertisement
  143. ; KnownReqLim   (Known) Maximum files to be sent during any one f'req session
  144. ; KnownMaxBytes (Known) Maximum bytes to be sent in one session's freqs
  145. ; KnownMaxTime  (Known) Maximum minutes allowed for a file request session
  146. ; ProtReqList   (Protected) List of files okay for file request (for Binkley)
  147. ; ProtAvail     (Protected) List of files okay for file request (for humans)
  148. ; ProtAbout     (Protected) Your system's advertisement
  149. ; ProtReqLim    (Protected) Maximum files to be sent during any one f'req sess
  150. ; ProtMaxBytes  (Protected) Maximum bytes to be sent in one session's freqs
  151. ; ProtMaxTime   (Protected) Maximum minutes allowed for a file request session
  152. ; NoRequests    Makes your system refuse any and all file requests
  153. ; ReqOnUs       Whether to send inbound F Reqs when you initiate the call
  154. ; ReqTemplate   (Default) Name of request response file template
  155. ; KnownReqTpl   (Known) Name of request response file template
  156. ; ProtReqTpl    (Protected) Name of request response file template
  157. ; NoPickup      Tells BinkleyTerm to send mail during a session and not take any
  158. ; NoSharing     Disables file sharing calls in networked environments
  159. ; RingTries     Number of unanswered rings before Bink hangs up outbound call
  160. ; SameRing      For modems that use RING reponse on inbound and outbound calls
  161. ; NoCollide     Disables call collision detection for modems that hate it
  162. ; Shell         DOS Shells...jumps to DOS, issues command (Alt-F1 thru Alt-F9)
  163. ; Timeout       How long to wait for mail before assuming a human caller
  164. ; Banner        Line displayed when someone calls
  165. ; BBSNote       String to send to callers after they press Escape
  166. ; DoingMail     String to send to callers during non-BBS events
  167. ; EnterBBS      String to send to callers to prompt for input to access BBS
  168. ; ExtrnMail     Designates errorlevel exit and string to match for external
  169. ;                  mailer or user-selected BBS functionality
  170. ; MailNote      String to send when external mail handler is being loaded
  171. ; BBS           Type of exit to the BBS to make when someone calls
  172. ; AfterMail     Program or batch file invoked after receiving mail to process
  173. ; Cleanup       Program or batch file invoked once before each scheduled event
  174. ; Packer        Program or batch file invoked once just after 'Cleanup' is run
  175. ; NoWaZOO       Forces BT to be an FSC-only mailer
  176. ; Janusbaud     Baud rate at or below which all sessions could do Janus
  177. ; JanusOK       Modem connect string for Janusbaud exception condition
  178. ; TaskNumber    Arbitary task identifier for use in multitasking situations
  179. ; Flags         Directory in which task identifier is created
  180. ;
  181. ; ----------------------------------------------------------------------------
  182. ;
  183. System    BinkleyTerm Test System
  184. Sysop     BinkleyTerm Tester
  185. Address   1:9999/9999.4@fidonet.org         ; Default address
  186. ;Address   7:9876/5432.0@alternet.ftn       ; Address for alternet Zone 7
  187. ;Address   99:1234/5678.0@eggnet.ftn        ; Address for eggnet Zone 99
  188. ;NoZones
  189. ; PrivateNet 9999
  190. ; Boss      9999/9999
  191. ; BossPhone 555-1234
  192. ; BossPwd   Password
  193. NetMail   c:\binkley\mail\
  194. NetFile   c:\binkley\file\
  195. ; KnownInbound c:\binkley\fileknow\
  196. ; ProtInbound  c:\binkley\fileprot\
  197. Hold      c:\binkley\outbound\
  198. ;
  199. Domain fidonet.org fidonet nodelist
  200. ; Domain alternet.ftn alternet anetlist
  201. ; Domain eggnet.ftn eggnet egglist
  202. ;
  203. Nodelist  c:\binkley\
  204. Version6
  205. ; Version7
  206. ; Dial 1-404- "GA_PCP.SCR"404/     ; Example of dial translation
  207. ; Dial 1-603-888 888/              ; Example of dial translation
  208. ; ScriptPath c:\binkley\scripts\
  209. Reader    c:\sirius\sirius
  210. ; Overwrite
  211. ; Unattended
  212. ; NoFullScreen
  213. BoxType 2
  214. ; Colors 113 30 30 30 31 31 113 15 ; Requires VFOSSIL
  215. Mark_Kromm                         ; Requires VFOSSIL
  216. ; ScreenBlank                      ; Requires VFOSSIL
  217. ; ScreenBlank Call                 ; Requires VFOSSIL
  218. ; BlankWait 60
  219. ; CursorCol 1
  220. ; CursorRow 1
  221. ; NoSlo
  222. ; SmallWindow
  223. Okfile     c:\binkley\okfile1.txt
  224. Avail      c:\binkley\myfiles1.arc
  225. About      c:\binkley\mysys1.txt
  226. MaxReq     2
  227. MaxBytes   400000
  228. MaxTime    30
  229. ; KnownReqList  c:\binkley\okfile2.txt
  230. ; KnownAvail    c:\binkley\myfiles2.arc
  231. ; KnownAbout    c:\binkley\mysys2.txt
  232. ; KnownReqLim   5
  233. ; KnownMaxBytes 600000
  234. ; KnownMaxTime  45
  235. ; ProtReqList   c:\binkley\okfile3.txt
  236. ; ProtAvail     c:\binkley\myfiles3.arc
  237. ; ProtAbout     c:\binkley\mysys3.txt
  238. ; ProtReqLim    15
  239. ; ProtMaxBytes  1000000
  240. ; ProtMaxTime   60
  241. ; NoRequests
  242. ; ReqOnUs
  243. ReqTemplate c:\binkley\sample.tpl
  244. ; KnownReqTpl c:\binkley\known.tpl
  245. ; ProtReqTpl  c:\binkley\prot.tpl
  246. ; NoPickup
  247. ; NoSharing
  248. ; RingTries 5
  249. ; SameRing
  250. ; NoCollide
  251. ; Shell 1 Sysopus     ; Alt-F1 would send "Sysopus" to COMMAND.COM
  252. ; Shell 2 Amax        ; Alt-F2 would send "Amax" to COMMAND.COM
  253. Timeout 20
  254. Banner Welcome to my FABULOUS BinkleyTerm System!
  255. BBSNote Thank you.  Now loading BBS.  Please wait...
  256. DoingMail Sorry, we're not available right now.  Processing mail only.
  257. EnterBBS Please press your Escape key to enter the BBS, or wait a few moments.
  258. ; ExtrnMail 140 Gimme UUCP
  259. ; ExtrnMail 150 Gimme WidgetLink
  260. ; MailNote  Now loading UUCP...please wait...
  261. ; BBS Exit
  262. ; BBS Spawn
  263. BBS Batch
  264. ; AfterMail   Unpack.Bat
  265. ; CleanUp     Scrub.Bat
  266. ; Packer      Pack.Bat
  267. ; NoWaZOO
  268. ;
  269. Janusbaud 2400
  270. JanusOK /Arq/V32
  271. JanusOK /V32
  272. ;
  273. ; TaskNumber 1
  274. ; Flags c:\binkley\flags
  275. ;
  276. ; ----------------------------------------------------------------------------
  277. ; Please refer to the documentation for more details on BinkleyTerm set-up...
  278. ; That's why there's documentation included in the package.
  279. ; ----------------------------------------------------------------------------
  280. ;
  281.