home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / UTILITY / ALL2CAT.ARJ / ALL2CAT.DOC next >
Text File  |  1988-08-05  |  4KB  |  128 lines

  1.  
  2.  
  3.  
  4.  
  5.                                  ALL2CAT.EXE
  6.  
  7.                                  Version 1.00
  8.  
  9.                                by Bill McIlrath
  10.                    (C) Copyright 1988 - All Rights Reserved
  11.  
  12.                            for Wildcat version 1.12
  13.  
  14.  
  15.   WHAT IT DOES:
  16.  
  17.      Reads the CALLINFO.BBS file created by Wildcat when a live program is
  18.      run, converts data, and then creates these three files:
  19.  
  20.         DOOR.SYS
  21.         PCBOARD.SYS
  22.         DORINFO1.DEF
  23.  
  24.      DOOR.SYS is the proposed STANDARD for ALL bulletin board systems as
  25.      described by Rick Greer, sysop of The Micromart BBS - (214)221-7814
  26.      and the Limited Release Software Group in the file DOORSYS.ARC dated
  27.      03/21/1988.  This format for door operation is currently used on
  28.      GAP version 2.10 and I believe TAG version unknown.
  29.  
  30.      PCBOARD.SYS is the PCBoard version 12.0 and version 12.1 door infor-
  31.      mation file created by PCBoard when running a door program.  Most
  32.      PCBoard version 12.0 and version 12.1 doors read from another file
  33.      called PCBOARD.DAT which contains all the PCBoard configurations.
  34.      A few PCBoard doors read from the PCBoard USERS file also, neither
  35.      the USERS file nor the PCBOARD.DAT file are created by ALL2CAT.EXE.
  36.  
  37.      DORINFO1.DEF is the single node door information file for RBBS version
  38.      15.1c, RBBS version 16.1a, QBBS version 2.01, and Forem PC version
  39.      unknown.  Many RBBS doors also read from a few other files, which I am
  40.      not familiar with, but would be permanent, and thus not be created by
  41.      ALL2CAT.EXE anyway.
  42.  
  43.      All three of the files created will be placed in the same directory
  44.      as ALL2CAT.EXE, and the CALLINFO.BBS file created by Wildcat.
  45.  
  46.  
  47.   LAYMENS' TERMS:
  48.      
  49.      This program runs most doors on the Wildcat version 1.12 system.
  50.  
  51.   
  52.   PARAMETERS:
  53.   
  54.      Of course with the many different bulletin board system software out
  55.      right now, there is bound to be some differences in what each author
  56.      thinks should go into their door information files.  It is for this
  57.      reason that there must be command line parameters when you use this
  58.      program.  The parameters begin one space after the file name.  Here
  59.      is what they are, and what they do:
  60.  
  61.         1st parameter:  1 character (Y or N) - Lock the DTE at 19200 bps?
  62.         2nd parameter:  1 character (Y or N) - Screen Display On=Y Off=N
  63.         3rd parameter:  1 character (Y or N) - Printer On=Y Off=N
  64.         4th parameter:  1 character (Y or N) - Page Bell On=Y Off=N
  65.         5th parameter:  1 character (Y or N) - Caller Alarm On=Y Off=N
  66.         6th parameter:  Name of your BBS within brackets '[' and ']'
  67.         7th parameter:  Sysop full name within brackets '[' and ']'
  68.  
  69.      ALL2CAT YYYYY [BBS Name] [System Operator]
  70.  
  71.      Notice there are no spaces between parameters 1 through 5, and one space
  72.      between ALL2CAT and the first parameter, one space between the BBS name
  73.      and the Sysop's name.
  74.  
  75.      If no command line parameters are entered, then the program will default
  76.      to:
  77.  
  78.      ALL2CAT NYNNN [The Wall] [Bill McIlrath]
  79.  
  80.      Confused yet?   Good!
  81.  
  82.      Also, if you don't plan on using any doors that read DORINFO1.DEF, then
  83.      you can omit the name of your BBS and the sysop name, including the
  84.      brackets from the command line, and just use the first 5 parameters.
  85.  
  86.  
  87.   WHERE TO USE IT:
  88.  
  89.      Use ALL2CAT.EXE in your LIVE#.BAT files.  Looky here:
  90.  
  91.         LIVE#.BAT
  92.         ---------
  93.         ECHO OFF
  94.         CLS
  95.         ALL2CAT NYNNN [BBS Name] [System Operator]
  96.         CD\DOOR
  97.         DOOR DOOR.CFG
  98.         CD\WILDCAT
  99.         ECHO ON
  100.         CAT
  101.  
  102.  
  103.   MY EXAMPLE:
  104.  
  105.         LIVE1.BAT
  106.         ---------
  107.         ECHO OFF
  108.         CLS
  109.         ALL2CAT YYNYY [The Wall] [Bill McIlrath]
  110.         CD\DOORS\CASINO
  111.         CRAPS CRAPS.CFG
  112.         CD\WILDCAT
  113.         ECHO ON
  114.         CAT
  115.  
  116.  
  117.   PLUG, PLUG, PLUG, PLUG:
  118.  
  119.      Call my BBS for any further suggestions, questions, or comments...
  120.  
  121.         The Wall
  122.         (714)858-9589
  123.         1200/2400/9600/19200 bps (HST)
  124.         24 hours
  125.  
  126.         
  127.   
  128. EOF