home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / comms / bbs / falcon2.lzh / Falcon.cfg < prev    next >
Text File  |  1991-09-30  |  4KB  |  111 lines

  1. ;-- BBS SETUP ---------------------------------------------------------------
  2. NAME  "A Falcon CBCS"
  3. SYSOP "Joe No-Name"
  4.  
  5. ;-- PROGRAM SETUP -----------------------------------------------------------
  6. ;CBMENV             ; use CBM ENV: environment variables instead of ARP 
  7. ;LOCAL_OFFHOOK      ; take the phone off the hook while in local mode
  8.  
  9. ;-- DOS LOCATIONS -----------------------------------------------------------
  10. HELPDIR   "Help"
  11. TEXTDIR   "Text"
  12. CONFIGDIR "Config"
  13. APPFILE   "app.bbs"
  14. LOGFILE   "log.bbs"
  15.  
  16. ;-- SCREEN CONFIGURATION ----------------------------------------------------
  17. ; It is basically a must to use an IBM character set, since the BBS can use
  18. ; the upper 128 IBM characters, and the terminal always does.
  19. FONT "IBM.font" 12   ; try it.  12 looks pretty good in interlace.
  20. INTERLACE
  21.  
  22. ; DEPTH 2 PALETTE 000 A0A 09C BBB       ; good if you're short on chipmem
  23.  
  24. ;-- MODEM STUFF -------------------------------------------------------------
  25. MAXBAUD 2400
  26.  
  27. ;-- XPR TRANSFER INFORMATION ------------------------------------------------
  28. TRANSFER_TWOPLANES  ; Temporarily turns off third dma-stealing bitplane
  29.                     ; during transfers--needed for HST's but good for
  30.                     ; any speed, really.
  31.  
  32. ; If you don't have any XPR libraries, comment the following out.
  33. ; Otherwise comment out any libraries you don't have.
  34. XPR Z Z -N
  35.     28 115 230 460 920  
  36.     "ZModem"
  37.     "xprzmodem.library" "TN, OY, B1, F0, AN, DN, KY, SN, RN, P%s"
  38. XPR R A RN
  39.     28 115 230 460 920
  40.     "ZModem Resume"
  41.     "xprzmodem.library" "TN, OR, B1, F0, AN, DN, KY, SN, RN, P%s"
  42.  
  43. ; (I've never actually tried these XPRYmodem entries)
  44.  
  45. XPR Y Y --
  46.     50 105 210 420 840  
  47.     "Ymodem (aka XModem-1K)"
  48.     "xprymodem.library" "O%s,Z0,C1,b1,YS"
  49. XPR B P -N
  50.     50 105 210 420 840  
  51.     "Ymodem Batch"
  52.     "xprymodem.library" "O%s,Z0,C1,b1,YB"
  53. XPR G G -N
  54.     50 105 210 420 840
  55.     "Ymodem-G (ACKless)"
  56.     "xprymodem.library" "O%s,Z0,C1,b1,YG"
  57. XPR A J -N
  58.     50 105 210 420 840
  59.     "Ymodem-A (ACKless, 2K blocks)"
  60.     "xprymodem.library" "O%s,Z0,C1,b1,YA"
  61. XPR X X --
  62.     35  70 140 280 560  
  63.     "XModem CRC"
  64.     "xprymodem.library" "O%s,Z0,C1,b0,YS"
  65. XPR S K --
  66.     35  70 140 280 560
  67.     "XModem Checksum"
  68.     "xprymodem.library" "O%s,Z0,C0,b0,YS"
  69.  
  70. ;-- CONTENTS VIEWERS --------------------------------------------------------
  71. ; These extensions use these decompressors.  If you uncomment them, MAKE 
  72. ; SURE YOU HAVE THE PROGRAMS!
  73.  
  74. ;CONTENTS ".ZIP" "unzip >%s -v \"%s%s\""
  75. ;CONTENTS ".LZH" "lz >%s -m v \"%s%s\""     ; (LZ 1.92+)
  76. ;CONTENTS ".LHA" "lz >%s -m v \"%s%s\""     ; (LZ 1.92+)
  77. ;CONTENTS ".ARC" "arc >%s vw \"%s%s\""
  78. ;CONTENTS ".ZOO" "zoo >%s v \"%s%s\""
  79. ;CONTENTS ".DMS" "DMS >%s VIEW \"%s%s\""
  80.  
  81. ; Viewer of "*<string>" means the file can't be viewed; it will say "That is 
  82. ; <string>."
  83. CONTENTS ".GIF"  "*a GIF picture"
  84. CONTENTS ".JPG"  "*a JPG/GIF picture"
  85. CONTENTS ".IFF"  "*an IFF file (probably a picture or a sound)"
  86. CONTENTS ".ILBM" "*an IFF picture"
  87. CONTENTS ".HAM"  "*a HAM picture"
  88. CONTENTS ".SHAM" "*a Sliced-HAM picture"
  89. CONTENTS ".8SVX" "*an IFF sound file"
  90. CONTENTS ".SND"  "*a sound file"
  91. CONTENTS ".INSTR" "*probably an instrument file"
  92. CONTENTS ".PIC"  "*a picture file"
  93. CONTENTS ".MAC"  "*probably a Macintosh picture file"
  94. CONTENTS ".WRP"  "*a Warped floppy disk"
  95. CONTENTS ".LZW"  "*a LHWarped floppy disk"
  96. CONTENTS ".PAK"  "*probably a self-extracting archive"
  97. CONTENTS ".TXT"  "*a text file"
  98. CONTENTS ".DOC"  "*a document"
  99. CONTENTS ".C"    "*a C source file"
  100. CONTENTS ".H"    "*a C header file"
  101. CONTENTS ".ASM"  "*an assembly language source file"
  102. CONTENTS ".I"    "*an assembly language header file"
  103. CONTENTS ".O"    "*a linker object file"
  104. CONTENTS ".EXE"  "*an executable file"
  105. CONTENTS ".INFO" "*probably a WorkBench icon file"
  106.  
  107. ; This will match anything else if desired...  (PolyXArc might be good here)
  108. ;CONTENTS "" "arc >%s vw \"%s%s\""
  109.  
  110. ; If nothing matched, it'll say it doesn't know how to view that file.
  111.