home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / bbs / m_bbs_14 / multibbs.txt < prev    next >
Text File  |  1994-08-15  |  6KB  |  133 lines

  1.                            MultiBBS Launcher v0.14
  2.  
  3.  
  4.                                 Introduction 
  5.                                 ------------
  6.  
  7.     MultiBBS Launcher came into being because I didn't like the way Tomshell
  8. messed with the screen when it launched the bbs program.  Henceforth there is
  9. MultiBBS which is designed to detect either a remote or Local caller to your
  10. BBS Program and is currently able to support 1 or 2 BBS Programs. It currently
  11. supports ProBBS, Octopus, QuickBBS & QuickBBS v1.12, & ST-Keep BBS.
  12.  
  13.                                 Disclaimer
  14.                                 ----------
  15.  
  16.     MultiBBS was written in Lattice C v5.56 and was written on a Mega 2 ST
  17. with 4 megs. So, I haven't had the oportunity to see how it works on other
  18. platforms. MultiBBS doesn't make any non standard calls so it shouldn't cause
  19. any dificulity with your computer. If you run into any problems or would like
  20. to see other features added, just drop me a line - I can be reached through
  21. the following NetWorks:
  22.  
  23.     John Curtis
  24.  
  25.     BBS: 1-817-539-8228
  26.     AtariNet: 51:2/13.0
  27.     NeST    : 90:302/0.0
  28.     FidoNet : 1:395/32.0
  29.     TurboNet: 100:220/0.0
  30.     Genie   : J.CURTIS3
  31.  
  32.                             Instructions
  33.                             ------------
  34.  
  35.  
  36.     To set-up MultiBBS is pretty easy, just break out your favorite text
  37. editor and load the MULTIBBS.CTL file. A few simple rules must be followed.
  38.  
  39. RULE #1 - All lines that start with a ; are comments only...
  40.  
  41. RULE #2 - All of the Commands must be enter in Capital letters, no exceptions
  42.           and must have at least one space after the command
  43.  
  44. Thats it for the rules!!!
  45.  
  46. COMMANDS:
  47. --------
  48.  
  49. BBSBAT  - This command defines the path to the BBS.BAT file that Semper writes
  50.           when a remote carrier is detected. This must be the complete path
  51.           with filename. For BinkleyTerm users this would be the complete path
  52.           where BBSBATCH.BAT is written and be sure to select BBSBATCH in your
  53.           BinkleyTerm config file.
  54.  
  55. BBS1    - This command defines the complete path with filename to your BBS
  56.           Program that you are using.
  57.  
  58.           NOTE: If you are only using one BBS Program you must utilize this
  59.                 command as the program defaults to BBS1 when ONE is specified
  60.                 for QTY.
  61.  
  62. TYPE1   - This command determines what type of bbs program you are using and
  63.           only the following Types are excepted for this command and they must
  64.           be in capital letters.  COMMANDS ACCEPTED:
  65.           PROBBS   - This is for ProBBS 
  66.           OCTOPUS  - This is for Octopus 
  67.           QUICKBBS - This is for QuickBBS 
  68.           QBBSNEW  - This is for QuickBBS v1.12 & above 
  69.           STKEEP   - This is for ST-Keep BBS
  70.  
  71. BBS2    - This command defines the complete path with filename to your BBS
  72.           Program that you are using as selection number 2.
  73.  
  74.           NOTE: If you are only using one BBS Program you must utilize BBS1
  75.                 when ONE is specified for QTY.
  76.  
  77. TYPE2   - This command determines what type of bbs program you are using for
  78.           BBS2 and only the following Types are excepted for this command and
  79.           they must be in capital letters.  COMMANDS ACCEPTED: 
  80.           PROBBS   - This is for ProBBS 
  81.           OCTOPUS  - This is for Octopus 
  82.           QUICKBBS - This is for QuickBBS 
  83.           QBBSNEW  - This is for QuickBBS v1.12 & above 
  84.           STKEEP   - This is for ST-Keep BBS
  85.  
  86. MODEM   - This command is the complete path with filename of the program that
  87.           you are using to raise the carrier when the bbs is run in local
  88.           mode. This program is run just before your bbs program and is a
  89.           option. If you don't wish to run a program to raise your carrier
  90.           just leave it blank.
  91.  
  92. MODCMD  - Here you have the option of specifing a command line to be sent
  93.           along with the program you specified in the command MODEM. It is
  94.           optional and just leave it blank if it is not needed.
  95.  
  96. QTY     - Here you specify the number of BBS Programs you wish to run. The
  97.           only allowable entries are either ONE or TWO and they must be in
  98.           capital letters.
  99.  
  100. TEXT    - With this command you can create the MENU that will be displayed to
  101.           either a Local or Remote caller. You can specify up to 24 lines.
  102.           Each line must start with the same command TEXT and you must use a
  103.           character to define the left edge of the text. In the example CTL
  104.           file I use a " to define the left limit. One thing to remember here
  105.           is whatever character you use as the Left Limit marker will be
  106.           stripped off of the menu that is displayed. So, for convience it may
  107.           be best for you to just use the " as I have in the example. Also,
  108.           BBS # 1 is selected from the menu by entering 1 and BBS # 2 is
  109.           selected by entering 2.
  110.  
  111. Thats it!!!
  112.  
  113.  
  114. OPERATION:
  115. ---------
  116.  
  117.     The only operational requirements this program has is the MULTIBBS.CTL
  118. file must be in the same directory as the Program otherwise you will get a
  119. error message stating that the CTL file is not found...
  120.  
  121. IMPORTANT NOTE: This program will not set your environmental variables for
  122. --------------  you, it only reads the environmental variables that you have
  123.                 set for your system. You can utilize Autoenv.Prg or
  124.                 Gemenv.prg to automatically set your variables from within
  125.                 your autofolder... Or you can utilize any other program that
  126.                 will set the environmental variables that you want...
  127.  
  128. MultiBBS Launcher is a Product of C&C SoftWare and is FreeWare!!!
  129.  
  130. Written by John Curtis.
  131.  
  132.  
  133.