home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / CLBKV352.ZIP / 3.SWI < prev    next >
Text File  |  1993-12-14  |  3KB  |  109 lines

  1. ;
  2. ;                       SWI file for MYCALBK Version 3.xx
  3. ;
  4. ;       Any line with a ; are considered comments
  5. ;
  6. ;       All switches MUST be on a line by themselves with NO ; on the line!
  7. ;
  8. ;       Removal of all ; lines will speed up loading process
  9. ;
  10. ;       Any blank line MUST be a ;!
  11. ;
  12. ;       Here we go!
  13. ;       ==========================================================
  14. ;
  15. ;
  16. ;       Use this switch for extended logging in your .LOG file.
  17. ;       once you have the system up and running, you will probably
  18. ;       want to comment this out to save some HD space in your .LOG
  19. ;       file.
  20. ;
  21. ;DEBUG
  22. ;
  23. ;      Use one of these (not both!) to force the use or non use of your
  24. ;      FOSSIL driver.
  25. ;      This is more a lessa kludge, but some folks requested it, so...
  26. ;      Not needed if your RBBS is passing the FOSSIL info correctly!
  27. ;
  28. ;FOSSIL=OFF
  29. ;FOSSIL=ON
  30. ;
  31. ;       This is used in case MYCALBK just DOESN'T seem to want
  32. ;       to talk to your modem!  Use ONLY if you are NOT using a FOSSIL!
  33. ;
  34. ;USE_ALTERNATE_PORT_PARMS
  35. ;
  36. ;       Use this if MYCALBK seems to have trouble dialing out during a
  37. ;       busy time of day
  38. ;
  39. BUSY
  40. ;
  41. ;       Number of retries to re-dial on NO CARRIER or BUSY for a
  42. ;       LOCAL call!
  43. ;
  44. LOCAL_RETRIES=7
  45. ;
  46. ;       Number of retries to re-dial on NO CARRIER or BUSY
  47. ;       on a LONG DISTANCE call!
  48. ;
  49. LONG_DISTANCE_RETRIES=3
  50. ;
  51. ;       This is more or less a command line switch but it's here anyway!
  52. ;       If you this, MYCALBK does NOT check for carrier!
  53. ;LOCAL
  54. ;
  55. ;       When it has been determined that this user is calling from a
  56. ;       duplicate number, use this to just hang up on them!
  57. ;
  58. DUMP
  59. ;
  60. ;       If you do not need to dial a 1 in your areacode, use this!
  61. ;
  62. ;NO-1
  63. ;
  64. ;       I know, I know, but some folks still have pulse dialing in thier
  65. ;       area!
  66. ;
  67. ;PULSE
  68. ;
  69. ;       This is if you are REALLY in a wierd phone area and you HAVE to
  70. ;       dial your areacode to dial Long Distance
  71. ;
  72. ;NEED-AC
  73. ;
  74. ;       Sets how long between calls MYCALBK will re-dial
  75. ;       Set this to 1 or 2 and use the BUSY switch on a busy system!
  76. ;
  77. REDIALTIME=5
  78. ;
  79. ;       Used if you want to call back with your calling card
  80. ;       Replace the #'s with your card number.
  81. ;
  82. ;PREFIX=###-#######-###
  83. ;
  84. ;       Same as above but allows it at the end of the number
  85. ;
  86. ;SUFFIX=###-#######
  87. ;
  88. ;       Number of seconds to wait after hanging up on caller to start
  89. ;       dialing back
  90. ;
  91. WAIT=7
  92. ;
  93. ;       Sometimes HST's are REAL stubborn!
  94. ;
  95. ;HST
  96. ;
  97. ;       If you want to print out what happens during a callback session.
  98. ;       Can be network printer, doesn't matter!
  99. ;
  100. ;LPT=
  101. ;
  102. ;       If you are running COM3 on IRQ 5 or any other intterrupt OTHER
  103. ;       than "the standard" COM1,COM3 COM2,COM4 setup, put the IRQ here!
  104. ;
  105. ;IRQ=3
  106. ;
  107. ;                        Happy Verifying!
  108. ;
  109.