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