home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / BINKMAXA.ZIP / BINKMAXP.TXT
Text File  |  1992-10-18  |  38KB  |  1,398 lines

  1. File = BINKMAXA.ZIP
  2.   The following is the procedure that I used to setup Binkley/Maximus/Squish
  3. under OS/2 2.0 :
  4. 1) Create a program template for startingup communications.
  5.  To do this open the OS/2 System icon then the Startup icon. Open the
  6.  Template icon and drag a program icon for each line into the Startup icon.
  7.  The  program name should be \os2\startup.cmd   (the equivalent of the dos
  8.  autoexec.bat file) It should contain the following info:
  9. ---Starup.cmd---
  10. Rem Always start the High speed lines first.
  11. start /b /fs c:\bink\bink1
  12. start /b /fs c:\binl\bink2
  13. exit
  14. ---
  15. 2) Create a directory for each line of binkley that you are going to run.
  16.    I have listed two in the above examples.
  17. MD bink
  18. MD binl
  19. MD binm
  20.  
  21. 3) Put the OS2 version of binkley into the primary directory (bink).
  22.  Copy all binkley.* to all other directories.
  23. copy binkley.* c:\binl
  24. copy binkley.* c:\binm
  25.  
  26. 4)Make up batch files (.cmd) for bink1.cmd and bink2.cmd in the
  27.  appropriate directories.
  28. ---Bink1.cmd--->Bink
  29. d:
  30. cd\outbound
  31. Rem Clear out busy flags
  32. if exist *.bsy erase *.bsy
  33. :START
  34. Rem USR Dual Standard
  35. MODE COM4:38400,n,8,1,to=on,xon=off,dtr=off,idsr=off,odsr=off,octs=on,rts=hs
  36. c:
  37. cd \bink
  38. Rem Start Binkley Mailer
  39. btp share
  40. Rem Toss Mail to message bases and make packets for other nodes
  41. if errorlevel 99 goto toss
  42. if errorlevel 97 goto toss
  43. if errorlevel 95 goto toss
  44. if errorlevel 60 goto toss
  45. Rem Shutdown for nodelist creation
  46. if errorlevel 55 goto nodelist
  47. Rem Wife is finished with the Voice phone for the night.
  48. if errorlevel 51 goto start3
  49. Rem Pickup OS2 Echos from 81:
  50. if errorlevel 43 goto Raymond
  51. Rem Get Mail from 12/12
  52. if errorlevel 42 goto Ken
  53. Rem Get Region 17 echos
  54. if errorlevel 41 goto Adrian
  55. Rem Create latest and greatest nodelist
  56. if errorlevel 32 goto nodelst
  57. Nightly Cleanup
  58. if errorlevel 31 goto prtlog
  59. Clear out the shareware areas that I passthru.
  60. if errorlevel 30 goto clrout
  61. if errorlevel 20 goto toss
  62. if errorlevel 10 goto start
  63. Rem Weekly Statistics Report
  64. if errorlevel  7 goto stats
  65. if errorlevel  1 goto start
  66. goto start
  67. :TOSS
  68. d:
  69. cd\net
  70. if exist *.tic goto tick
  71. goto squish
  72. :TICK
  73. c:
  74. cd\bink
  75. start /fs /b tick.cmd
  76. :SQUISH
  77. c:
  78. Rem Check for Freq Files
  79. Rem cd\squish
  80. Rem start /b freq CHECK
  81. Rem Mail Toss
  82. cd\squish
  83. Rem If Mail is being tossed then ignore.
  84. if exist *.pkt goto start
  85. :SQSTART
  86. cd\bink
  87. start /fs /b squish.cmd
  88. goto start
  89. :NODELST
  90. c:
  91. cd\temp
  92. erase *.* /n
  93. cd\file\dosdoors
  94. copy files.* c:\temp
  95. erase *.* /n
  96. copy c:\temp\*.*
  97. cd\temp
  98. erase *.* /n
  99. cd\file\win
  100. copy files.* c:\temp
  101. erase *.* /n
  102. copy c:\temp\*.*
  103. cd\temp
  104. erase *.* /n
  105. Rem why not scoop up the bink subdirectory and backup
  106. cd\bink
  107. if not exist backup.flg goto nodeit
  108. Rem backup using fastape for now
  109. c:
  110. cd\temp
  111. erase *.dup
  112. cd\os2
  113. copy *.sys c:\temp
  114. cd mdos
  115. copy *.sys c:\temp
  116. cd..
  117. cd dll
  118. copy *.dll c:\temp
  119. cd\bink
  120. start /f /fs tape.bat
  121. rem slowdown so fastape will work.
  122. :loop
  123. cd\os2
  124. dir
  125. cd\temp
  126. rem when tape backup is complete then this will dissapear.
  127. if exist *.dll goto loop
  128. :NODEIT
  129. d:
  130. cd\net
  131. if exist nodediff.* copy nodediff.* c:\file\xmit
  132. if exist os2list.* copy os2list.* c:\file\xmit
  133. c:
  134. cd\file\xmit
  135. if not exist nodediff.* goto chkos2
  136. d:
  137. cd\nodelist
  138. if exist nodediff.* erase nodediff.*
  139. c:
  140. copy nodediff.* d:\nodelist
  141. :chkos2
  142. if not exist os2list.* goto chknoded
  143. d:
  144. cd\nodelist
  145. if exist os2list.* erase os2list.*
  146. c:
  147. copy os2list.* d:\nodelist
  148. erase os2list.*
  149. :chknoded
  150. Rem if no nodelists then don't start
  151. if not exist nodediff.* goto start
  152. erase nodediff.*
  153. d:
  154. cd\nodelist
  155. ren nodediff.* nodediff.arc
  156. Rem Keep other lines down until Nodelist is complete
  157. copy nodediff.arc c:\temp\node.flg
  158. Rem Force other two nodes down
  159. copy nodediff.arc d:\outbound\forcexit.2
  160. copy nodediff.arc d:\outbound\forcexit.3
  161. c:
  162. cd\temp
  163. :ACK2
  164. dir
  165. if not exist nodeack2.flg goto ack2
  166. :ACK3
  167. dir
  168. if not exist nodeack3.flg goto ack3
  169. d:
  170. arc2 x nodediff.arc
  171. erase nodediff.arc
  172. ren os2list.* os2list.999
  173. fastlstp -dos2list -nos2list
  174. ren nodex.* osex.*
  175. fastlstp
  176. c:
  177. cd\temp
  178. erase node.flg
  179. goto start
  180. :PRTLOG
  181. d:
  182. cd\log
  183. copy binkley.log bt.log
  184. erase binkley.log
  185. c:
  186. cd\max
  187. copy 1 mx1.log
  188. erase 1
  189. cd\squish
  190. erase squish.stt
  191. cd\bink
  192. start /b /dos /fs dailyrpt.bat
  193. :PACKIT
  194. c:
  195. cd\squish
  196. sqpackp c:\msg\*.sqd
  197. erase *.bad
  198. erase *.bak
  199. compress c:\msg\ /s
  200. :CLROUT
  201. d:
  202. cd\outbound
  203. erase *.$$0
  204. c:
  205. cd\squish
  206. Rem If Mail hasn't been tossed then do it.
  207. if exist *.pkt goto sqstart
  208. goto start
  209. :RAYMOND
  210. goto start
  211. :ADRIAN
  212. d:
  213. cd\outbound
  214. Rem Setup 153/752 for transmission
  215. rename 009902F0.HUT 009902F0.CUT
  216. rename 009902F0.HLO 009902F0.CLO
  217. goto start
  218. :KEN
  219. d:
  220. cd\outbound
  221. Rem Setup 12/12 for transmission
  222. rename 000C000C.HUT 000C000C.CUT
  223. rename 000C000C.HLO 000C000C.CLO
  224. goto start
  225. :STATS
  226. d:
  227. cd\nodelist
  228. rem clear out old nodediff for exit 32
  229. erase nodediff.*
  230. c:
  231. cd\bink
  232. start /b /dos /fs weekrpt.bat
  233. cd\squish
  234. erase *.bad
  235. erase *.bak
  236. d:
  237. cd\net
  238. erase *.bad
  239. erase *.s*
  240. c:
  241. areafixp NOTIFY
  242. goto start
  243. :START3
  244. c:
  245. cd\binm
  246. Rem Start the voice line for the evening.
  247. start /b /fs bink3
  248. goto start
  249. :NODELIST
  250. c:
  251. cd\temp
  252. Rem Acknowledge shutdown
  253. copy node.flg nodeack1.flg
  254. Rem wait for nodelist to complete
  255. :ack1
  256. dir
  257. if exist node.flg goto ack1
  258. goto start
  259. :EXIT
  260. cls
  261. exit
  262. ---Bink2.cmd--->Binl
  263. :START
  264. Rem Old USR Dual Standard or Most other HS Modems
  265. MODE COM3:38400,n,8,1,to=on,xon=off,dtr=off,idsr=off,odsr=off,octs=on,rts=hs
  266. c:
  267. cd \binl
  268. btp share
  269. if errorlevel 150 goto toss
  270. if errorlevel 99 goto toss
  271. if errorlevel 97 goto toss
  272. if errorlevel 95 goto toss
  273. if errorlevel 60 goto toss
  274. Rem Shutdown for nodelist compile
  275. if errorlevel 55 goto nodelist
  276. Rem Nightly Maint
  277. if errorlevel 31 goto prtlog
  278. if errorlevel 20 goto start
  279. if errorlevel 10 goto scan
  280. if errorlevel  5 goto scan
  281. if errorlevel  4 goto scan
  282. if errorlevel  3 goto scan
  283. if errorlevel  2 goto scan
  284. if errorlevel  1 goto start
  285. goto start
  286. :TOSS
  287. c:
  288. cd\squish
  289. Rem If Mail is being tossed then ignore.
  290. if exist *.pkt goto start
  291. cd\bink
  292. start /fs /b squish.cmd
  293. goto start
  294. :SCAN
  295. c:
  296. cd\squish
  297. Rem If Mail is being tossed then ignore.
  298. if exist *.pkt goto start
  299. cd\bink
  300. start /fs /b squash.cmd
  301. goto start
  302. :PRTLOG
  303. cls
  304. d:
  305. cd\log
  306. copy binklez.log bu.log
  307. erase binklez.log
  308. c:
  309. cd\max
  310. copy 2 mx2.log
  311. erase 2
  312. goto start
  313. :NODELIST
  314. c:
  315. cd\temp
  316. Rem Acknowledge shutdown
  317. copy node.flg nodeack2.flg
  318. Rem wait for nodelist to complete
  319. :ack2
  320. dir
  321. if exist node.flg goto ack2
  322. goto start
  323. :EXIT
  324. cls
  325. exit
  326. -----------
  327. ---Bink3.cmd--->Binm
  328. :START
  329. MODE COM2:2400,n,8,1,to=on,xon=off,dtr=off,idsr=off,odsr=off,octs=on,rts=hs
  330. c:
  331. cd \binm
  332. btp share
  333. if errorlevel 150 goto toss
  334. if errorlevel 99 goto toss
  335. if errorlevel 97 goto toss
  336. if errorlevel 95 goto toss
  337. if errorlevel 60 goto toss
  338. if errorlevel 55 goto nodelist
  339. if errorlevel 50 goto exit
  340. if errorlevel 31 goto prtlog
  341. if errorlevel 20 goto start
  342. if errorlevel 10 goto scan
  343. if errorlevel  5 goto scan
  344. if errorlevel  4 goto scan
  345. if errorlevel  3 goto scan
  346. if errorlevel  2 goto scan
  347. if errorlevel  1 goto start
  348. goto start
  349. :TOSS
  350. c:
  351. cd\squish
  352. Rem If Mail is being tossed then ignore.
  353. if exist *.pkt goto start
  354. cd\bink
  355. start /fs /b squish.cmd
  356. goto start
  357. :SCAN
  358. c:
  359. cd\squish
  360. Rem If Mail is being tossed then ignore.
  361. if exist *.pkt goto start
  362. cd\bink
  363. start /fs /b squash.cmd
  364. goto start
  365. :PRTLOG
  366. cls
  367. d:
  368. cd\log
  369. copy binklex.log bu.log
  370. erase binklex.log
  371. c:
  372. cd\max
  373. copy 3 mx3.log
  374. erase 3
  375. goto start
  376. :NODELIST
  377. c:
  378. cd\temp
  379. Rem Acknowledge shutdown
  380. copy node.flg nodeack3.flg
  381. Rem wait for nodelist to complete
  382. :ack3
  383. dir
  384. if exist node.flg goto ack3
  385. goto start
  386. :EXIT
  387. cls
  388. exit
  389. -----------
  390. 5) Modify your config.sys file as following. Make sure you have the latest com.sys/vcom.sys for 6.177.
  391. ---config.sys---
  392. IFS=C:\OS2\HPFS.IFS  /CACHE:256 /CRECL:32
  393. .....
  394. PRIORITY_DISK_IO=NO
  395. TIMESLICE=32,125
  396. BUFFERS=80
  397. .....
  398. DISKCACHE=768,LW,32
  399. MAXWAIT=2
  400. .....
  401. BREAK=OFF
  402. THREADS=256
  403. .....
  404. FCBS=16,8
  405. RMSIZE=640
  406. AUTOFAIL=YES
  407. .....
  408. DEVICE=D:\OS2\POINTDD.SYS
  409. DEVICE=D:\OS2\MOUSE.SYS SERIAL=COM1
  410. DEVICE=D:\OS2\COM.SYS (2,2F8,3) (3,3E8,10) (4,2E8,11)
  411. DEVICE=D:\OS2\MDOS\VCOM.SYS (2,2F8,3) (3,3E8,10) (4,2E8,11)
  412. .....
  413. Rem Tick Needs This in OS/2 for sure
  414. SET TZ=CST6CDT
  415. REM --- NetWare Requester statements BEGIN ---
  416. ----------
  417. 6) Build a spawnbbs.cmd in each bink subdirectory
  418. -----spawnbbs.cmd--->bink----
  419. C:
  420. CD \Bink
  421. If Exist Echo.Out Del Echo.Out >Nul:
  422. CD \MAX
  423. maxp.exe -b%2 -p%3 -t%4 -n01 -l1 -z\pipe\bbs
  424. If errorlevel 12 Goto Echox
  425. If errorlevel 11 Goto Packem
  426. If errorlevel 5 Goto Local
  427. Goto Exit
  428. :Echox
  429. If Exist C:\Bink\ECHO.OUT SCANBLD USER.BBS AREA.DAT local matrix @C:\Bink\Echo.Out
  430. CD \BINK
  431. :Reecho
  432. If Exist ECHO.OUT VP2 Export %BINKLEY%AREAS.BBS -0 -M 500 -S 0 -F %BINKLEY%Echo.Out -C -Q -O %OUT% -A ARC2 A5
  433. :REM Severe Error = 2, Partial Export = 1, Goodness = 0.
  434. If ERRORLEVEL 2 Goto SEVEXP1
  435. If ERRORLEVEL 1 Goto SEVPEXP
  436. Goto PURGEM
  437. :SEVEXP1
  438. ECHO Severe Error In POSTTOSS Export
  439. ECHO Severe Error In POSTTOSS Export >> ERROR.LOG
  440. ECHO Severe Error In POSTTOSS Export >d:\Outbound\Export.z
  441. Goto PACKEM
  442. :SEVPEXP
  443. ECHO Partial Export of AREAS.BBS messages.
  444. cd\bink
  445. start /win /b squish.cmd
  446. Goto Reecho
  447. :PURGEM
  448. :REM Now that either ARCMAIL/NETMAIL or ECHOMAIL is all finished...
  449. If Exist c:\Bink\Outbound\E*.z Del c:\Bink\Outbound\E*.z
  450. Goto PACKEM
  451. :PACKEM -- Here to pack up anything in Matrix Mail area.
  452. CD \MAX
  453. If NOT Exist C:\Bink\ECHO.OUT SCANBLDP USER.BBS AREA.DAT local matrix
  454. cd\bink
  455. start  /win /b squash.cmd
  456. Goto EXIT
  457. :LOCAL -- Here to scan for local only mail
  458. SCANBLDP USER.BBS AREA.DAT local
  459. :EXIT
  460. c:
  461. Rem Here to create a request message for a file.
  462. CD \SQUISH
  463. If NOT Exist THANKS.$$$ Goto nofreq
  464. Rem Bob Fudges freq program
  465. freq REQ
  466. :nofreq
  467. c:
  468. cd\squish
  469. if exist thanks.$$$ erase thanks.$$$
  470. Rem Make Bink see outbound - it works!
  471. d:
  472. cd\outbound
  473. if exist *.clo move *.clo \outbound
  474. c:
  475. Echo Returning to BinkleyTerm
  476. ---spawnbbs.cmd--->binl---
  477. C:
  478. CD \Bink
  479. If Exist Echo.Out Del Echo.Out >Nul:
  480. CD \MAX
  481. maxp.exe -b%2 -p%3 -t%4 -n02 -l2 -z\pipe\bbs1
  482. If errorlevel 12 Goto Echox
  483. If errorlevel 11 Goto Packem
  484. If errorlevel 5 Goto Local
  485. Goto Exit
  486. :Echox
  487. If Exist C:\Bink\ECHO.OUT SCANBLD USER.BBS AREA.DAT local matrix @C:\Bink\Echo.Out
  488. CD \BINL
  489. :Reecho
  490. If Exist ECHO.OUT VP2 Export %BINKLEY%AREAS.BBS -0 -M 500 -S 0 -F %BINKLEY%Echo.Out -C -Q -O %OUT% -A ARC2 A5
  491. :REM Severe Error = 2, Partial Export = 1, Goodness = 0.
  492. If ERRORLEVEL 2 Goto SEVEXP1
  493. If ERRORLEVEL 1 Goto SEVPEXP
  494. Goto PURGEM
  495. :SEVEXP1
  496. ECHO Severe Error In POSTTOSS Export
  497. ECHO Severe Error In POSTTOSS Export >> ERROR.LOG
  498. ECHO Severe Error In POSTTOSS Export >d:\Outbound\Export.z
  499. Goto PACKEM
  500. :SEVPEXP
  501. ECHO Partial Export of AREAS.BBS messages.
  502. cd\bink
  503. start /win /b squish.cmd
  504. Goto Reecho
  505. :PURGEM
  506. :REM Now that either ARCMAIL/NETMAIL or ECHOMAIL is all finished...
  507. If Exist c:\Bink\Outbound\E*.z Del c:\Bink\Outbound\E*.z
  508. Goto PACKEM
  509. :PACKEM -- Here to pack up anything in Matrix Mail area.
  510. CD \MAX
  511. If NOT Exist C:\Bink\ECHO.OUT SCANBLDP USER.BBS AREA.DAT local matrix
  512. cd\bink
  513. start  /win /b squash.cmd
  514. Goto EXIT
  515. :LOCAL -- Here to scan for local only mail
  516. SCANBLDP USER.BBS AREA.DAT local
  517. :EXIT
  518. Rem Here to create a request message for a file.
  519. CD \SQUISH
  520. If NOT Exist THANKS.$$$ Goto nofreq
  521. freq REQ
  522. :NOFREQ
  523. c:
  524. cd\squish
  525. if exist thanks.$$$ erase thanks.$$$
  526. d:
  527. cd\outbound
  528. if exist *.clo move *.clo \outbound
  529. c:
  530. Echo Returning to BinkleyTerm
  531. ------------
  532. 7) Configure your Binkley.cfg for all lines. My examples are for an
  533. HST Dual  and HST Round led and a 2400 that I use on the voice line.
  534. ---binkley.cfg--->bink---
  535. ; ----------------------------------------------------------------------------
  536. ; BINKLEY.CFG - Configuration File for BinkleyTerm 2.56
  537. ; ----------------------------------------------------------------------------
  538. Snoop     \pipe\bbs
  539. Port      4
  540. Baud      38400
  541. Carrier   80
  542. Init      |ATZ|~ATH0S0=0&C1&D2B0|
  543. TermInit  ATE1|
  544. Prefix    ATB1DT
  545. ;Suffix    ~|
  546. Busy      |ATH1~|
  547. Answer     ATA|
  548. PreInit    |v``^``
  549. StatusLog    d:\log\binkley.log
  550. Downloads    d:\net\
  551. CaptureFile  d:\log\session.log
  552. LogLevel 5
  553. Gong
  554. LockBaud /ARQ
  555. AutoBaud
  556. PollTries 10
  557. ;
  558. System    Tech Talk Toll 204-269-7373, Wpg. NEC/SDN HST/v42
  559. Sysop     Dave Sloan
  560. Domain    fidonet fidonet nodex 1 6
  561. Address   1:348/2.0@fidonet             ; Default address
  562. Domain    os2net os2net osex 81 81
  563. Address   81:950/0.0@os2net.org         ; OS2 Net Zone 90
  564. Address   81:950/10.0@os2net.org        ; OS2 Net Coordinator
  565. ;
  566. MyLocation Winnipeg, MN
  567. MyPhone 1-204-269-7373
  568. MyListFlags CM,XA,V32B,HST
  569. MyMaxBaud 14400
  570. PickUpAll
  571. ;
  572. NetMail   c:\msg\net\
  573. NetFile   d:\net\
  574. Hold      d:\outbound\
  575. ;
  576. Nodelist  d:\nodelist\
  577. Version7
  578. Unattended
  579. ; NoFullScreen
  580. BoxType 2
  581. Colors 112 9 10 11 14 12 113 15 ; Requires VFOSSIL
  582. CursorCol 1
  583. CursorRow 1
  584. Okfile     c:\max\okfiles.txt
  585. Avail      c:\max\tech_all.a~s
  586. About      c:\bink\extra.asc
  587. ; Added for OS/2 version with Max file areas
  588. FileSec    2
  589. KnownSec   2
  590. ProtSec    2
  591. MaxAreas   c:\max\area.dat
  592. ;
  593. MaxReq     10
  594. MaxBytes   600000
  595. MaxTime    120
  596. ProtReqList   c:\max\download.p
  597. ProtAvail     c:\max\downsort.a~p
  598. ReqTemplate c:\bink\sample.tpl
  599. Timeout 20
  600. Banner Welcome to Tech Talk Toll - Canada!
  601. BBSNote Thank you.  Now loading BBS.  Please wait...
  602. DoingMail Sorry, we're not available right now.  Processing mail only.
  603. EnterBBS Please press your Escape key to enter the BBS, or wait a few moments.
  604. ; ExtrnMail 140 Gimme UUCP; ExtrnMail 150 Gimme WidgetLink; MailNote  Now loading UUCP...please wait...
  605. ; BBS Exit
  606. BBS Spawn
  607. ; Starts the SPAWNBBS %1 %2 %3 %4 %5
  608. ; ExtrnMail 'YooHoo String for UUCP'
  609. ; Starts the EXTMAIL %1 %2 %3 %4 %5 %6
  610. ; Mail Exit spawns extopt.cmd
  611. EXTern spawn
  612. ; BBS Batch
  613. AfterMail   c:\bink\Squish.cmd
  614. ; Force Bink to exit so Nodelist can be run
  615. ForcExit 55
  616. ;
  617. Janusbaud 14400
  618. JanusOK /Arq/V32
  619. JanusOK /V32
  620. StartBlkLen 1024
  621. ;
  622. TaskNumber 1
  623. Flags d:\outbound
  624. ---binkley.cfg--->binl---
  625. Snoop     \pipe\bbs1
  626. Port      3
  627. Baud      38400
  628. Carrier   80
  629. Init      |ATZ|~ATH0S0=0&C1&D2B1|
  630. TermInit  ATE1|
  631. Prefix    ATDT
  632. ;Suffix    ~|
  633. Busy      |ATH1~|
  634. Answer     ATA|
  635. PreInit    |v``^``
  636. StatusLog    d:\log\binklez.log
  637. Downloads    d:\net\
  638. CaptureFile  d:\log\sessiom.log
  639. LogLevel 5
  640. Gong
  641. LockBaud /ARQ
  642. AutoBaud
  643. PollTries 10
  644. System    Tech Talk Toll 204-269-7373, Wpg. NEC/SDN HST/v42
  645. Sysop     Dave Sloan
  646. Domain    fidonet fidonet nodex 1 6
  647. Address   1:348/501.0@fidonet.org           ; Default address
  648. Address   1:348/10.0@fidonet.org           ; Default address
  649. Address   1:348/2.0@fidonet.org           ; Default address
  650. Domain    os2net os2net osex 81 81
  651. Address   81:950/21.0@os2net.org             ; AKA
  652. MyLocation Winnipeg, MN
  653. MyPhone 1-204-269-1916
  654. MyListFlags CM,XA,V32B,HST
  655. MyMaxBaud 14400
  656. PickUpAll
  657. NetMail   c:\msg\net\
  658. NetFile   d:\net\
  659. Hold      d:\outbound\
  660. Nodelist  d:\nodelist\
  661. Version7
  662. Unattended
  663. BoxType 2
  664. Colors 112 9 10 11 14 12 113 15 ; Requires VFOSSIL
  665. Mark_Kromm                         ; Requires VFOSSIL
  666. CursorCol 1
  667. CursorRow 1
  668. Okfile     c:\max\download.n
  669. Avail      c:\max\downsort.a~d
  670. About      c:\bink\extra.asc
  671. MaxReq     200
  672. MaxBytes   4000000
  673. MaxTime    600
  674. ReqTemplate c:\bink\sample.tpl
  675. Timeout 20
  676. Banner Welcome to Tech Talk Toll - Canada!
  677. BBSNote Thank you.  Now loading BBS.  Please wait...
  678. DoingMail Sorry, we're not available right now.  Processing mail only.
  679. EnterBBS Please press your Escape key to enter the BBS, or wait a few moments.
  680. ; ExtrnMail 140 Gimme UUCP
  681. ; ExtrnMail 150 Gimme WidgetLink
  682. ; MailNote  Now loading UUCP...please wait...
  683. ; BBS Exit
  684. BBS Spawn
  685. ; BBS Batch
  686. ; AfterMail   Unpack.Bat
  687. ; CleanUp     Scrub.Bat
  688. ; Packer      Pack.Bat
  689. ; NoWaZOO
  690. ; Force Bink to exit so Nodelist can be run
  691. ForcExit 55
  692. ;
  693. Janusbaud 2400
  694. ; JanusOK /Arq/V32
  695. ; JanusOK /V32
  696. ;
  697. TaskNumber 2
  698. Flags D:\Outbound
  699. ---binkley.cfg--->binm---
  700. Snoop     \pipe\bbs2
  701. Port      2
  702. Baud      2400
  703. Carrier   80
  704. Init      |~ATZ|~~ATH0S0=5|
  705. TermInit  ATV1Q0X4E1S0=0|
  706. Prefix    ATDT
  707. Busy      |~ATH1|~
  708. PreDial    `
  709. PreInit    |v``^``
  710. StatusLog    d:\log\binklex.log
  711. Downloads    d:\net\
  712. CaptureFile  d:\log\session.log
  713. LogLevel 5
  714. Gong
  715. AutoBaud
  716. PollTries 10
  717. System    Tech Talk Toll 204-269-7373, Wpg. NEC/SDN HST/v42
  718. Sysop     Dave Sloan
  719. Address   1:348/402.0@fidonet.org           ; Default address
  720. NetMail   c:\msg\net\
  721. NetFile   d:\net\
  722. Hold      d:\outbound\
  723. Nodelist  d:\nodelist\
  724. Version7
  725. Unattended
  726. BoxType 2
  727. Colors 112 9 10 11 14 12 113 15 ; Requires VFOSSIL
  728. Mark_Kromm                         ; Requires VFOSSIL
  729. CursorCol 1
  730. CursorRow 1
  731. Okfile     c:\max\download.n
  732. Avail      c:\max\downsort.a~d
  733. About      c:\bink\extra.asc
  734. MaxReq     200
  735. MaxBytes   4000000
  736. MaxTime    600
  737. ReqTemplate c:\bink\sample.tpl
  738. Timeout 20
  739. Banner Welcome to Tech Talk Toll - Canada!
  740. BBSNote Thank you.  Now loading BBS.  Please wait...
  741. DoingMail Sorry, we're not available right now.  Processing mail only.
  742. EnterBBS Please press your Escape key to enter the BBS, or wait a few moments.
  743. BBS Spawn
  744. ForcExit 55
  745. Janusbaud 2400
  746. ; JanusOK /Arq/V32
  747. ; JanusOK /V32
  748. TaskNumber 3
  749. Flags D:\Outbound
  750. ---------------
  751. 8) Setup the events for the binkley lines.
  752. ---binkley.evt--->bink---
  753. ; ----------------------------------------------------------------------------
  754. ; BINKLEY.EVT - Event File for BinkleyTerm 2.56
  755. ; ----------------------------------------------------------------------------
  756. ; Schedule for Tech Talk Toll 348/2
  757. ; ----------------------------------------------------------------------------
  758. ;
  759. Event All   00:00 04:30   L=0   B E1=20 E2=99 E4=10,TIC A=190 T=3,8 Q=200 ; Latenight
  760. Event All   04:30 04:30 F L=0     E1=42 E2=42 E4=10,TIC ; 12/12
  761. Event Sat   04:30 04:30 F L=0     E1=32 E2=32 E4=10,TIC ; Weekly Nodelist
  762. Event All   04:30 05:00   L>0 N   E1=20 E2=99 A=60  T=3,20 ; Poll(NMH)
  763. Event Fri   05:00 05:00 F L=0     E1=7  E2=7  E4=10,TIC    ; Weekly Stats
  764. Event All   05:00 06:15   L>0 N   E1=20 E2=99 A=60  T=3,20 ; Poll(NMH)
  765. Event All   06:15 20:00   L=0   B E1=20 E2=99 A=190 T=3,8  ; Morning
  766. Event All   20:00 23:00   L=0   B E1=20 E2=99 E4=10,TIC Q=10000 ; Evening
  767. Event All   23:00 23:00 F L=0     E1=31 E2=31 E4=10,TIC    ; Pack Base
  768. Event Sun|Tue|Thu 23:00 23:00 F L=0     E1=41 E2=41 E4=10,TIC ; 153/752
  769. Event Mon|Wed|Fri 23:00 23:00 F L=0     E1=43 E2=43 E4=10,TIC ; 81:910/0
  770. Event All   23:00 23:30   L>0     E1=20 E2=99 E4=10,TIC A=60  T=3,12 ; Send out Mail
  771. Event All   23:30 23:30 F L=0     E1=51 E2=51 E4=10,TIC    ; Start Voice Line
  772. Event All   23:39 23:39 F L=0     E1=42 E2=42 E4=10,TIC    ; 12/12
  773. Event All   23:40 23:59   L>0     E1=20 E2=99 E4=10,TIC  Q=15000 A=190 T=3,12 Q=20 ; Until Done
  774. ---binkley.evt--->binl---
  775. ; ----------------------------------------------------------------------------
  776. ; BINKLEY.EVT - Event File for BinkleyTerm 2.56
  777. ; ----------------------------------------------------------------------------
  778. ; Schedule for Tech Talk Toll 348/502
  779. ; ----------------------------------------------------------------------------
  780. ;
  781. Event All   00:00 02:00   L=0 R B E1=20 E2=99  A=190 T=3,8  ; Day
  782. Event All   02:00 04:31   L=0   B E1=20 E2=99  A=190 T=3,8  ; Day
  783. Event All   04:31 05:30   L=0 R B E1=20 E2=99  A=190 T=3,8  ; Day
  784. Event All   05:30 09:00   L=0   B E1=20 E2=99  A=190 T=3,8  ; Day
  785. Event All   09:00 11:30   L=0   B E1=20 E2=99  A=190 T=3,8  ; Day
  786. Event All   11:30 15:30   L=0   B E1=20 E2=99  A=190 T=3,8  ; Day
  787. Event All   15:30 19:00   L=0   B E1=20 E2=99  A=190 T=3,8  ; Day
  788. Event All   19:00 21:30   L=0   B E1=20 E2=99  A=190 T=3,8  ; Day
  789. Event All   21:30 22:59   L=0   B E1=20 E2=99  A=190 T=3,8  ; Day
  790. Event All   22:59 22:59 F L=0     E1=31 E2=31  E4=10,TIC    ; Get rid of log
  791. Event All   22:59 23:59   L=0 R   E1=20 E2=99  A=190 T=3,8  ; Day
  792.  
  793. ----------
  794. ---binkley.evt--->binl---
  795. ; ----------------------------------------------------------------------------
  796. ; BINKLEY.EVT - Event File for BinkleyTerm 2.56
  797. ; ----------------------------------------------------------------------------
  798. ; Schedule for Tech Talk Toll 348/402
  799. ; ----------------------------------------------------------------------------
  800. ;
  801. Event All   00:00 02:00   L=0 R   E1=20 E2=99  A=190 T=3,8  ; Mail Runs
  802. Event All   02:00 04:29   L=0     E1=20 E2=99  A=190 T=3,8  ; All
  803. Event All   04:29 05:30   L=0 R   E1=20 E2=99  A=190 T=3,8  ; Evening
  804. Event All   05:30 05:30   L=0     E1=50 E2=50  A=10,TIC ; End of Evening
  805. Event All   05:31 23:30   L=0     E1=50 E2=50  E4=10,TIC ; Outa here
  806. Event All   23:31 23:30 F L=0     E1=31 E2=31  E4=10,TIC    ; Get rid of log
  807. Event All   23:31 23:59   L=0     E1=20 E2=99  A=190 T=3,8  ; Start Mail Runs
  808. ----------
  809. 9)set path=c:\bink and run btctl in both subdirectories.
  810. BTCTL
  811. 10) Copy MAX into a temporary directory an run the program that installs it.
  812.  
  813. 11) Add your bulletin and welcome screen to the max\misc subdirectory using
  814.       the asc to mec converter. Compile with Meccap.exe
  815. 12) Modify all .ctl files in the Max subdirectory. Compile with Siltp.exe
  816. ---msgarea.ctl---
  817. Area LOCAL
  818.         MsgAccess       Normal
  819.         Type            Squish
  820.         MsgInfo         Local Message Area
  821.         Local           C:\Msg\LOCAL
  822.         Public Only
  823. End Area
  824. Area PRIVATE
  825.         MsgAccess       Normal
  826.         Type            Squish
  827.         MsgInfo         Private on this BBS
  828.         Local           C:\Msg\PRIVATE
  829.         Public Only
  830. End Area
  831. Area 4SALE
  832.         MsgAccess       Normal
  833.         Type            Squish
  834.         MsgInfo         Buy,Sell,Trade - NonCommercial
  835.         EchoMail        C:\Msg\4SALE
  836.         Public Only
  837. End Area
  838. ......
  839. Area NET
  840.         Type            *.MSG
  841.         MsgAccess       Privil
  842.         MsgInfo         NetMail
  843.         Matrix          C:\Msg\Net
  844.         Private Only
  845.         Renum Max       100
  846. End Area
  847. Area BAD
  848.         Type            *.MSG
  849.         MsgAccess       Sysop
  850.         MsgInfo         BadMsg
  851.         Matrix          C:\Msg\Bad
  852.         Private Only
  853. End Area
  854.  
  855. ......
  856. ---filearea.ctl---
  857. Area MISCUTIL
  858.         FileAccess      Normal
  859.         FileInfo        Unchecked uploads
  860.         Download        C:\File\Miscutil
  861.         Upload          C:\File\Miscutil
  862.  
  863. End Area
  864. Area SYSOPS
  865.         FileAccess      Sysop
  866.         FileInfo        Fido EMAIL + BBS Software
  867.         Download        C:\FILE\XMIT
  868.         Upload          C:\File\Miscutil
  869. End Area
  870. Area 2
  871. .......
  872. ---max.ctl---
  873. .....
  874.         Task    1
  875.  
  876.  
  877.        Multitasker     Auto
  878.  
  879. ....
  880.        Send Break to Clear Buffer
  881. ....
  882.        Nodelist        Version 7
  883. ...
  884.        Path NetInfo    D:\Nodelist\
  885. ....
  886. Include Colours.Ctl
  887. Include Reader.Ctl
  888. Include Language.Ctl
  889. Include Msgarea.Ctl
  890. Include Filearea.Ctl
  891.  
  892. --------
  893. 13) Check Modem settings
  894. ati5
  895. USRobotics Courier 14400 HST Dual Standard NRAM Settings...
  896.  
  897.    DIAL=PULSE  B0  F1  M0  X7
  898.    BAUD=38400  PARITY=N  WORDLEN=8
  899.  
  900.    &A3  &B2  &G0  &H1  &I0  &K3  &L0  &M4  &N0
  901.    &P0  &R2  &S1  &T5  &X0  &Y0  %R0
  902.  
  903.    S02=255  S03=013  S04=010  S05=008  S06=002
  904.    S07=060  S08=001  S09=006  S10=010  S11=050
  905.    S12=050  S13=004  S15=000  S19=002  S21=010
  906.    S22=017  S23=019  S24=150  S26=000  S27=000
  907.    S28=008  S29=020  S32=001  S33=000  S34=000
  908.    S35=000  S36=000  S37=000  S38=000
  909.  
  910.    STORED PHONE #0:
  911. ati5
  912. USRobotics Courier 14400 HST NRAM Settings...
  913.  
  914.    DIAL=TONE   B1  F1  M0  X7
  915.    BAUD=38400  PARITY=N  WORDLEN=8
  916.  
  917.    &A3  &B2  &G0  &H1  &I0  &J0  &K3  &L0
  918.    &M4  &N0  &P0  &R2  &S1  &X0  &Y1
  919.  
  920.    S02=255   S03=013   S04=010   S05=008
  921.    S06=002   S07=060   S08=002   S09=006
  922.    S10=010   S11=070   S12=050   S13=000
  923.    S15=000   S19=000   S21=010   S22=017
  924.    S23=019   S24=015   S26=001   S27=000
  925.    S28=008   S38=000
  926.                                                                                     #3:
  927. 14) Convert your user file with the utility provided.
  928.     This is for RA -> Max.
  929. 15) Add Downsort into the Max subdirectory.
  930. ---downsort.cfg---
  931. ....
  932.   FILFilePath   s   c:\bink\
  933. ......
  934. -------
  935. 16)Copy Squish into the Squish subdirectory along with Areafix.
  936. Create a msg subdirectory with net-bad-dupes off of it.
  937. Copy the MSGAPI.DLL to the dll subdirectory off of os2 sub.
  938.  
  939. ---squish.cfg---
  940. Address 1:348/2
  941. Address 1:348/10
  942. Address 81:950/0
  943. Address 81:950/10
  944. NetFile                 D:\Net
  945. AreasBBS        Areas.BBS
  946. Compress        Compress.Cfg
  947. Routing         Route.Cfg
  948. Outbound        D:\Outbound
  949. LogFile         d:\Log\Squish.Log
  950. CheckZones
  951. QuietArc
  952. Duplicates 2000
  953. KillDupes
  954. KillBlank
  955. Track           D:\log\MsgTrack.Log
  956. Pack LHarc 1:348/302 1:348/405
  957. Pack Zip   1:348/ALL 1:12/12 1:105/200
  958. DefaultPacker Zip
  959. SaveControlInfo
  960. ForwardTo              WORLD
  961. BusyFlags
  962. TossBadMsgs
  963. ZoneGate 81:90/1 90/1 348/2 348/10 348/20 348/200 348/502 348/503
  964. Statistics
  965. StripAttributes
  966. MaxMsgs 200
  967. Buffers Large
  968. NetArea         NETMAIL         C:\Msg\Net
  969. BadArea         BAD_MSGS        C:\Msg\Bad
  970. DupeArea        DUPES           C:\Msg\Dupes
  971. EchoArea  4SALE          C:\Msg\4SALE    -$ -$m50 -$d7
  972. EchoArea  4SALE          C:\Msg\4SALE    -$ -$m50 -$d7
  973. EchoArea  AMIGA          C:\Msg\AMIGA    -$ -$m50 -$d7
  974. EchoArea  AMIGAGAMES     C:\Msg\AMIGAGAM -$ -$m50 -$d7
  975. EchoArea  AMIGA_COMMS    C:\Msg\AMIGA_CO -$ -$m50 -$d7
  976. EchoArea  AMIGA_MUSIC    C:\Msg\AMIGA_MU -$ -$m50 -$d7
  977. EchoArea  AMIGA_PDREVIEW C:\Msg\AMIGA_PD -$ -$m50 -$d7
  978. ....
  979. EchoArea  OS2-CANADA     C:\Msg\OS2-CAN  -$ -$m250 -$d7 -p81:90/10
  980. EchoArea  OS2-INSTALL    C:\Msg\OS2-INS  -$ -$m250 -$d7 -p81:90/10
  981. EchoArea  OS2-JOBS       C:\Msg\OS2-JOB  -$ -$m250 -$d7 -p81:90/10
  982. EchoArea  OS2-NEWUSER    C:\Msg\OS2-NEW  -$ -$m250 -$d7 -p81:90/10
  983. ....
  984. ---areas.bbs--->squish
  985. Tech Talk Toll BBS * Winnipeg, Manitoba! Dave Sloan
  986.  $C:\Msg\4SALE    4SALE           1:348/1 20 205 300 401 600 700
  987.  $C:\Msg\AMIGA    AMIGA           1:12/12 348/1 205 600 700
  988.  $C:\Msg\AMIGAGAM AMIGAGAMES      1:12/12 348/1 205 600 700
  989.  $C:\Msg\AMIGA_CO AMIGA_COMMS     1:12/12 348/1 20 205 600 700
  990.  $C:\Msg\AMIGA_MU AMIGA_MUSIC     1:12/12 348/1 205 600 700
  991.  $C:\Msg\AMIGA_PD AMIGA_PDREVIEW  1:105/200 348/1 205 600 700
  992. .....
  993.  $C:\Msg\OS2-CAN  OS2-CANADA      81:90/1 81:950/10 22 23 40
  994.  $C:\Msg\OS2-INS  OS2-INSTALL     81:90/1 81:950/10 22 23 40
  995.  $C:\Msg\OS2-JOB  OS2-JOBS        81:90/1 81:950/10 22 23 40
  996.  $C:\Msg\OS2-NEW  OS2-NEWUSER     81:90/1 81:950/10 22 23 40
  997.  
  998. ---areafix.ctl--->squish
  999.   Address 1:348/2
  1000.   Aka    81:950/10
  1001.   Aka     1:348/402
  1002.   NetMail C:\Msg\Net
  1003.   AreasFile  C:\Squish\Areas.Bbs
  1004.   SystemType   ConfMail
  1005.   Sysop  Dave Sloan
  1006.   LogFile  D:\Log\Areafix.Log
  1007.   LogAllChanges
  1008.   ShortForm
  1009.   Alias  AutoEcho
  1010.   Alias  AutoFix
  1011.   NewAreasProcess
  1012.   NewAreasPath    C:\Msg
  1013.   NewAreasNodes   1:12/12 348/1 205
  1014.   NewAreasCreate 348/1 348/20 348/205 348/401 348/405 348/700
  1015.   Password  348/1     xxxxx        99
  1016.   Password  348/20    yyyyyy       99
  1017. %          Area              Level
  1018. % -------  ----------------  -----
  1019. Protect  CELLBLK17            250
  1020. Protect  TCONNECT             250
  1021.   ShowFeeds
  1022.   SaveProcessedMsgs
  1023.  NotifyExclude  12/12 153/752 81:90/10
  1024.   RemoteDeletionNotify
  1025.  
  1026. .....
  1027. 17) Create a few .cmd files in bink.
  1028. ---squish.cmd--->bink
  1029. Rem (toss)
  1030. c:
  1031. cd\squish
  1032. set path=c:\arc
  1033. squishp in out squash link
  1034. areafixp EC
  1035. exit
  1036. ---squash.cmd--->bink
  1037. Rem (scan)
  1038. c:
  1039. cd\squish
  1040. squishp squash
  1041. exit
  1042. ---tick.cmd--->bink
  1043. c:
  1044. cd\bink
  1045. tickp
  1046. exit
  1047. ---max4test--->bink
  1048. C:
  1049. CD \Bink
  1050. If Exist Echo.Out Del Echo.Out >Nul:
  1051. CD \MAX
  1052. maxp -n04 -l4 -uq
  1053. :EXIT
  1054. 18) Build your arc subdirectory:
  1055. ---compress.cfg--->squish
  1056. Archiver ARC
  1057.         Extension       ARC
  1058.         Ident           0,1a
  1059. OS2     Add             arc2 a5 %a %f
  1060. OS2     Extract         arc2 xw %a %f
  1061. OS2     View            arc2 l %a
  1062. End Archiver
  1063. Archiver PAK
  1064. OS2     Extension       PAK
  1065. OS2     Ident           -2,fe
  1066. OS2     Add             arc a %a.pak %f
  1067. OS2     Extract         arc e %a.pak %f
  1068. OS2     View            arc v %a.pak
  1069. End Archiver
  1070. Archiver ZIP
  1071.         Extension       ZIP
  1072.         Ident           0,504b0304                      ; "PK^c^d"
  1073.         Add             pkzip -a %a %f
  1074.         Extract         pkunzip -n %a %f
  1075. ;        Extract         unzip -o %a %f
  1076.         View            pkzip -v %a
  1077. End Archiver
  1078. Archiver LH113
  1079.         Extension       LZH
  1080.         Ident           2,2d6c68                        ; "-lh"
  1081. OS2     Add             lh a %a %f /c
  1082. OS2     Extract         lh x %a %f /o
  1083. OS2     View            lh v %a
  1084. End Archiver
  1085. Archiver LHarc
  1086.         Extension       LZH
  1087.         Ident           2,2d6c68                        ; "-lh"
  1088. OS2     Add             lh a %a %f /i /v
  1089. OS2     Extract         lh x %a %f
  1090. OS2     View            lh v %a
  1091. End Archiver
  1092. DOS Archiver ZOO
  1093. OS2     Extension       ZOO
  1094. OS2     Ident           0,5a4f4f                        ; "ZOO"
  1095. OS2     Add             zoo a: %a %f
  1096. OS2     Extract         zoo e:O %a %f
  1097. OS2     View            zoo v %a
  1098. OS2 End Archiver
  1099. Archiver ARJ
  1100.         Extension       ARJ
  1101.         Ident           0,60ea
  1102. OS2     Add             --- arj not supported under OS/2 ---
  1103. OS2     Extract         unarj e %a %f
  1104. OS2     View            unarj l %a
  1105. End Archiver
  1106. -----------
  1107. ---tic.cfg--->bink
  1108. IN D:\Net\
  1109. ZONE 1 D:\Outbound\
  1110. NET 348
  1111. NODE 2
  1112. AKA 81:950/10
  1113. HOLD D:\Tic\
  1114. QDIR C:\Bink\
  1115. ; * accept files from this node
  1116. ; & never send to this node he's your feed
  1117. ; C send crash to this node
  1118. ; H send hold
  1119. ; F send FLE file to this node
  1120. ; A0 - AF send from AKA 1-15
  1121.  
  1122. AREA C:\FILE\SOFTD SOFTDIST
  1123.         1:348/205 PASS123 *&
  1124.  
  1125. AREA C:\FILE\SDSBN SDSBINK
  1126.         1:348/302 PASS321 H
  1127.         1:348/205 PASS123 *&
  1128.  
  1129. AREA C:\FILE\DVN   DVN348
  1130.         1:348/302 PASS321 H
  1131.         1:348/205 PASS123 *&
  1132.  
  1133. AREA C:\FILE\WIN   WIN348
  1134.         1:348/205 PASS123 *&
  1135.  
  1136. AREA C:\FILE\PDNCEE PDNCEE
  1137.         1:348/302 PASS321 H
  1138.         1:348/205 PASS123 *&
  1139.  
  1140. AREA C:\FILE\PDNWIN PDNWIN
  1141.         1:348/302 PASS321 H
  1142.         1:348/205 PASS123 *&
  1143.  
  1144. AREA C:\FILE\PDNPASCL PDNPASCL
  1145.         1:348/205 PASS123 *&
  1146.  
  1147. AREA C:\FILE\PDNBASIC PDNBASIC
  1148.         1:348/302 PASS321 H
  1149.         1:348/205 PASS123 *&
  1150.  
  1151. AREA C:\FILE\PDNASM PDNASM
  1152.         1:348/205 PASS123 *&
  1153.  
  1154. AREA C:\FILE\PDNLANG PDNLANG
  1155.         1:348/205 PASS123 *&
  1156.  
  1157. AREA C:\FILE\PDNNEWS PDNNEWS
  1158.         1:348/205 PASS123 *&
  1159.  
  1160. AREA C:\FILE\PDNDBASE PDNDBASE
  1161.         1:348/302 PASS321 H
  1162.         1:348/205 PASS123 *&
  1163.  
  1164. AREA C:\FILE\PDNGNDOS PDNGNDOS
  1165.         1:348/205 PASS123 *&
  1166.  
  1167. AREA C:\FILE\PDNOTHER PDNOTHER
  1168.         1:348/205 PASS123 *&
  1169.  
  1170. AREA C:\FILE\PDNBATCH PDNBATCH
  1171.         1:348/205 PASS123 *&
  1172.  
  1173. AREA C:\FILE\XMIT ECHOLIST
  1174.         1:348/205 PASS123 C
  1175.         1:12/12   PASS111   *&
  1176.  
  1177. AREA C:\FILE\XMIT FTSC
  1178.         1:348/205 PASS123 C
  1179.         1:153/752 PASS222   *&
  1180.  
  1181. AREA C:\UTILNET   UTILNET
  1182.         1:348/302 PASS321 H
  1183.         1:348/205 PASS123 *&
  1184.  
  1185. AREA C:\FILE\SDSOS2    SDSOS2
  1186.         1:348/205 PASS123 *&
  1187.  
  1188. AREA C:\FILE\OS2NEW    OS2NEW
  1189.         1:348/205 PASS123 *&
  1190.  
  1191. AREA C:\FILE\FWAPPS    FWAPPS
  1192.         1:348/205 PASS123 *&
  1193.  
  1194. AREA C:\FILE\FWCOMM    FWCOMM
  1195.         1:348/205 PASS123 *&
  1196.  
  1197. AREA C:\FILE\FWGRAPHX  FWGRAPHX
  1198.         1:348/205 PASS123 *&
  1199.  
  1200. AREA C:\FILE\FWFONTS   FWFONTS
  1201.         1:348/205 PASS123 *&
  1202.  
  1203. AREA C:\FILE\FWUTILS   FWUTILS
  1204.         1:348/205 PASS123 *&
  1205.  
  1206. AREA C:\FILE\FWLAN     FWLAN
  1207.         1:348/205 PASS123 *&
  1208.  
  1209. AREA C:\FILE\FWDRIVRS  FWDRIVRS
  1210.         1:348/205 PASS123 *&
  1211.  
  1212. AREA C:\FILE\FWGAMES   FWGAMES
  1213.         1:348/205 PASS123 *&
  1214.  
  1215. AREA C:\FILE\SDN_COMM  SDN_COMM
  1216.         1:348/302 PASS321 H
  1217.         1:348/205 PASS123 *&
  1218.  
  1219. AREA C:\FILE\SDN_LANG  SDN_LANG
  1220.         1:348/302 PASS321 H
  1221.         1:348/205 PASS123 *&
  1222.  
  1223. AREA C:\FILE\SDN_UTIL  SDN_UTIL
  1224.         1:348/302 PASS321 H
  1225.         1:348/205 PASS123 *&
  1226.  
  1227. AREA C:\FILE\SDN_DATA  SDN_DATA
  1228.         1:348/302 PASS321 H
  1229.         1:348/205 PASS123 *&
  1230.  
  1231. AREA C:\FILE\SDN_MISC  SDN_MISC
  1232.         1:348/302 PASS321 H
  1233.         1:348/205 PASS123 *&
  1234.  
  1235. AREA C:\FILE\SDN_BUSI  SDN_BUSI
  1236.         1:348/302 PASS321 H
  1237.         1:348/205 PASS123 *&
  1238.  
  1239. AREA C:\FILE\SDN_WORD  SDN_WORD
  1240.         1:348/302 PASS321 H
  1241.         1:348/205 PASS123 *&
  1242.  
  1243. AREA C:\FILE\SDN_OTHR  SDN_OTHR
  1244.         1:348/302 PASS321 H
  1245.         1:348/205 PASS123 *&
  1246.  
  1247. AREA C:\FILE\SDN_GAME  SDN_GAME
  1248.         1:348/302 PASS321 H
  1249.         1:348/205 PASS123 *&
  1250.  
  1251. AREA C:\FILE\SDN_SYST  SDN_SYST
  1252.         1:348/302 PASS321 H
  1253.         1:348/205 PASS123 *&
  1254.  
  1255. AREA C:\FILE\SDN_GRAP  SDN_GRAP
  1256.         1:348/302 PASS321 H
  1257.         1:348/205 PASS123 *&
  1258.  
  1259. AREA C:\FILE\SDN_TEXT  SDN_TEXT
  1260.         1:348/302 PASS321 H
  1261.         1:348/205 PASS123 *&
  1262.  
  1263. AREA C:\FILE\DDSDOORS  DDSDOORS
  1264.         1:348/302 PASS321 H
  1265.         1:348/205 PASS123 *&
  1266.  
  1267. AREA C:\FILE\XMIT FIDONEWS
  1268.         1:348/302 PASS321 H
  1269.         1:153/752 PASS222  *&
  1270.  
  1271. AREA C:\FILE\XMIT NODEDIFF
  1272.         1:348/205 PASS123
  1273.         1:153/752 PASS222 *&
  1274.  
  1275. AREA C:\FILE\XMIT FILEBONE
  1276.         1:348/205 PASS123 C
  1277.         1:153/752 PASS222 *&
  1278.  
  1279. AREA C:\FILE\XMIT REC17
  1280.         1:348/205 PASS123 C
  1281.         1:153/752 PASS222 *&
  1282.  
  1283. AREA C:\FILE\XMIT NET
  1284.         1:348/1   PASS999  *&
  1285.  
  1286. TEMP C:\Temp\
  1287. STOPDUP C:\Temp\
  1288. NoWait
  1289. ListFmt %100:31%3:-12 %1:-48.2
  1290. QUIET
  1291. FLEA
  1292. LOGPATH D:\Log\
  1293. -----------
  1294. ---fastlst.cfg--->nodelist
  1295. Address 1:348/2.0      ; Your network address (4D)
  1296. Country 1-             ; Your country code (Intl phone code: 1- for the USA)
  1297. MaxBaud 38400          ; Your highest baud rate (as in your nodelist entry)
  1298. TmpPath c:\temp        ; Path for temporary files: please be sure there is
  1299. AutoErase    ; Delete old nodelist and nodediff after applying nodediff
  1300. Dash2Comma             ; Change dashes to commas in the phone number
  1301. Version7               ; Generate Version 7 format files
  1302. FidoUserLst            ; Generate fidouser.lst text list of sysop names
  1303. SysopNdx               ; Generate SYSOP.NDX (version 7 sysop name list)
  1304. Interlist              ; Put all zones in above sysop lists,
  1305. PASSWORD 153/752 ABCD
  1306. PASSWORD 348/1   RSTU
  1307. PASSWORD 348/20  WXYZ
  1308. TypeDef HST   1    ; Set bit 0 of modem_type byte when HST flag is present
  1309. TypeDef PEP   2    ; Set bit 1 of modem_type byte when PEP flag is present
  1310. TypeDef V32   4    ; Set bit 2 of modem_type byte when V32/V32B flag is present
  1311. TypeDef V32B  8    ; Set bit 3 of modem_type byte when V32B flag is present
  1312. ;TypeDef MNP  16    ; Set bit 4 of modem_type byte when MNP  flag is present
  1313. TypeDef V42  16    ; Set bit 4 of modem_type byte when V42/V42B flag is present
  1314. COST 27 250   ; charge a penny if it isn't local, $2.50 if it is international
  1315.     1-204-694- 0
  1316.     1-204-663- 0
  1317. ...
  1318.     1-204-885- 0
  1319.     1-204-888- 0
  1320.     1-503     21
  1321.     1-613     16
  1322.     1-604     16
  1323.     1-800      0
  1324. END
  1325. ;
  1326. DIAL    /    011-                ;Add 011- to international
  1327.     1-204-694- 694- 
  1328.     1-204-663- 663- 
  1329.     1-204-253- 253- 
  1330. ...
  1331.     1-204- 1-
  1332.     1- 1-
  1333. END
  1334. -----------
  1335. 19) And install your favorite fix for GA
  1336. com177b.zip
  1337. os2krnl.zip
  1338. HPFS.ARJ
  1339.  
  1340. 20) And hit the reset button when using an OLD AMI BIOS from the
  1341. start of 1991 back.
  1342.  
  1343. 21) And that's it!  If I missed anything then let me know. Good luck!
  1344.  
  1345. Programs to get before starting:
  1346.  
  1347. COM177B  ZIP    20239   2-21-92   4:30p
  1348. OS2KRNL  ZIP   455907   6-19-92   8:53p
  1349. HPFS     ARJ    65755   7-20-92   8:16a
  1350.  
  1351. OS/2 files available for download or file request on Fernwood
  1352. Fidonet 1:141/109 (203) 483-0348 HST DS v.32bis v.42bis
  1353. Fidonet 1:141/209 (203) 481-7934 HST 14.4 v.42bis
  1354. LH2_214.ZIP    35K  7-01-92  LH2 2.14 file compressor/decompressor. OS/2
  1355.                              version. Works with files with
  1356. ZOO21E.EXE    319K 11-01-91  ZOO Version 2.1 ported to OS/2 by K. U. Rommel.
  1357.                              Source included.
  1358. BTP256.LZH    171K  6-21-92  BinkleyTerm for OS/2, version 2.56 Wide Beta.
  1359. COMM2211.ZIP  187K  9-21-92+ Latest combeta, fixes blowoff due to te/2 bug
  1360. -Maximus 2.00 for DOS requires the following files, with Squish being optional:
  1361.  
  1362. MAX200-1.LZH  295K 11-06-91  Maximus BBS 2.0-DOS 1/4
  1363. MAX200-2.LZH  159K 11-06-91  Maximus BBS 2.0-DOS 2/4
  1364. MAX200-3.LZH  145K 11-06-91  Maximus BBS 2.0-DOS 3/4
  1365. MAX200-4.LZH  310K 11-06-91  Maximus BBS 2.0-DOS 4/4
  1366.  
  1367. -The OS/2 version of 2.0 (requires MAX200-3.LZH and MAX200-4.LZH ALSO):
  1368.  
  1369. MAX200P1.LZH  339K 11-06-91  Maximus BBS 2.0-OS2 1/2 (MAX200-3 and 200-4 req'd)
  1370. MAX200P2.LZH  161K 11-06-91  Maximus BBS 2.0-OS2 2/2
  1371. MAXCOM22.LZH    4K 11-24-91  Updated version of MAXCOMM.DLL for OS/2.
  1372. MAXP201B.LZH  470K  2-27-92  Maximus 2.01 wide beta for OS/2.  REQUIRES 2.0
  1373.                              INSTALLATION.
  1374.  
  1375. - Squish 1.01 release is here.  This does not require installation of a prior
  1376. -             version of squish.  Also, the distribution restrictions which
  1377. -             pertain to Maximus do not pertain here.
  1378.  
  1379. SQSHP101.LZH  274K  3-04-92  Squish version 1.01 for OS/2.
  1380. PKZ102-2.EXE  253K 10-01-89  Version 1.02 of PKZIP/UNZIP for OS/2
  1381. TICP210.LZH   115K  4-21-92  OS/2 version of TICK version 2.10 release. Hatch
  1382.                              is also included.
  1383. UNARJ.LZH      42K 12-28-91  An un-arj for OS/2 from Scott Dudley.
  1384. RAIDP100.LZH   89K 12-08-90  OS/2 version of RAID, Fidonet Utility.
  1385. DWNSRT55.ZIP  103K  1-31-92  Maximus CBCS DOWNload file SORT and List V5.5
  1386.                              (OS/2+DOS)
  1387. MSQ21AP.LZH   113K  7-12-92  MSGED/Sq for OS/2 version 2.1a.  A
  1388.                              Maximus-compatible message editor.
  1389. AFP_120.LZH    52K 11-14-90  Areafix 1.2 for OS/2.  Permits systems that do
  1390.                              echomail with yours to change their complement of
  1391.                              areas independently.
  1392. FLST105P.LZH   43K  6-02-92  Fastlist version 7 nodelist compiler version 1.05
  1393.                              for OS/2.
  1394. MSGPST10.LZH   41K  1-10-92  Creates Messages from Text File - Squish or *.MSG
  1395. OS2YOU27.ZOO  232K  5-23-92  OS2YOU v2.7 Remote Access to OS/2 & DOS
  1396. COMPRESS.ZIP    8K  2-18-91  Defragment HPFS partitions.
  1397.  
  1398.