home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / bbs / stqwk145 / st_qwk.cfg < prev    next >
Text File  |  1994-02-22  |  3KB  |  104 lines

  1. ; ST_Qwk config file for MySTery BBS
  2.  
  3. ; System Specifications
  4.  
  5. System      MySTery BBS
  6. BBSID       MYSTERY
  7. Location    Charleston, SC
  8. Phone       803-556-9730
  9. BBSType     EXPRESS
  10. Port        Modem 1
  11. TimeOut     180                 ; In Seconds!
  12. Dupes       1500
  13. ;NoLog  
  14. MaxBuffer 256
  15. MaxQuotes 10
  16. QuoteChars >]#
  17.  
  18. ; Program Paths
  19.  
  20. STQWKPath   c:\stq\
  21. FDPath      c:\binkley\
  22. QWKPath     c:\stq\temp\
  23. Logfile     c:\binkley\binkley.log
  24.  
  25. ; Archiver Specifications
  26. ; These are ST-QWK defaults from previous versions
  27.  
  28. ARCArchiver c:\arc_util\arc.ttp
  29. ARCPack     a
  30. ARCExtract  x
  31. LZHArchiver c:\arc_util\lharc.ttp
  32. LZHPack     a -mo                 ; this is -lh1-, use '-m' for -lh5-
  33. LZHExtract  x
  34. ZIPArchiver c:\arc_util\zipjr.ttp
  35. ZIPPack     -a
  36. ZIPExtract  -x
  37. ARJArchiver c:\arc_util\unarj.ttp
  38. ARJExtract  e
  39.  
  40. ; Protocol Definitions - Yes, they don't have to be in this order,
  41. ; i.e. You can make Zmodem the default by putting it in the place of
  42. ; Protocol 1 with its appropriate command sequences.  Remember:
  43. ; Protocol 1 is used internally as the default user's protocol.
  44. ; Yes, and Protocol 1 *must* be defined.  You do not have to have
  45. ; all the numbers in order in here.  The order in here is the order
  46. ; that will be displayed to the user.  eg. you can do 1, then 2 4 and
  47. ; 5, but no 3 defined. In that case, the user will be prompted for
  48. ; 1, 2, 3, an 4, but is stored 1, 2, 4, and 5 internally. Get it?
  49. ; If you don't, don't sweat it, it will be pretty forgiving to you! 
  50.  
  51.  
  52. Protocol 1
  53. Prot_name Xmodem CRC
  54. Prot_path d:\telecomm\tws\xyz.ttp
  55. Prot_dl -s -xc -c %1%2
  56. Prot_ul -s -u -xc -c %1%3
  57.  
  58. Protocol 2
  59. Prot_name Xmodem 1K
  60. Prot_path d:\telecomm\tws\xyz.ttp
  61. Prot_dl -s -x1k -c %1%2
  62. Prot_ul -s -u -x1k -c %1%3
  63.  
  64. Protocol 3
  65. Prot_name Ymodem
  66. Prot_path d:\telecomm\tws\xyz.ttp
  67. Prot_dl -s -y -c %1
  68. Prot_ul -s -u -y -c %1%3
  69.  
  70. Protocol 4
  71. Prot_name Zmodem/32
  72. Prot_path d:\telecomm\tws\xyz.ttp
  73. Prot_dl -s -z -c %1
  74. Prot_ul -s -u -z -c %1%3
  75.  
  76. Protocol 5
  77. Prot_name Xmodem (Checksum)
  78. Prot_path d:\telecomm\tws\xyz.ttp
  79. Prot_dl -s -x -c %1%2
  80. Prot_ul -s -u -x -c %1%3
  81.  
  82. ;Protocol 6
  83. ;Prot_name Ymodem-G
  84. ;Prot_path d:\telecomm\tws\xyz.ttp
  85. ;Prot_dl -s -yg -c %1
  86. ;Prot_ul -s -u -yg -c %1%3
  87.  
  88.  
  89. ; Supplemental File Info
  90.  
  91. NewFiles    c:\binkley\372_200.new
  92. Welcome     c:\stq\welcome.txt
  93. News        c:\stq\news
  94. Goodbye     c:\stq\goodbye.txt
  95.  
  96. ; Message Download Limits
  97.  
  98. MaxMsg300   100
  99. MaxMsg1200  200
  100. MaxMsg2400  400
  101. MaxMsg9600  1600
  102. MaxMsg19200 3000
  103.  
  104.