home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / DCMV220.ZIP / DCM.DOC < prev    next >
Text File  |  1994-02-11  |  6KB  |  112 lines

  1.  ------------------------------------------------------------------------------
  2.  
  3.                       Deluxe Conference Menu / Maker (DCM)
  4.  
  5.              *** FOR PCBOARD v15.1 AND HIGHER PPL LANGUAGE ONLY ***
  6.  
  7.  ------------------------------------------------------------------------------
  8.  
  9.  1st - You must be running PCBoard v15.1 or higher AND run the .EXE from a
  10.        386 or better computer....   The more memory available, the better!
  11.  
  12.  Deluxe Conference Menu/Maker is a little utility that I wrote to make my life
  13.  a lot easier.  It's simple to use, and easy to install.  I can't really put
  14.  too many restrictions on this as far as not registering it, but I can say
  15.  this.  I try and make any utilities available to you that I write to make
  16.  life easier.  If you wish to have me keep this up, I request that you send
  17.  in the nominal registration fee.  $15.00 is nominal for a working piece
  18.  of software.  This software is written with CDC's development kit for ease
  19.  of operation and PCBoard interface.
  20.  
  21.  The only unregistered restriction you will see is the Unregistered Evaluation
  22.  copy message at the top of the PPE screens.
  23.  
  24.  DCM has support for Unlimited Networks, and 65,535 conferences per network.
  25.  
  26.  DCM is a very flexible program.  Meaning I can customize it very easily.
  27.  suggestions are welcome on my BBS in the Support Conference.
  28.  It is important that I say:  Suggestions are put on our wish list, and
  29.  applied as needed - by order of importance, and the number of times
  30.  suggested.
  31.  
  32. ------------------------------------------------------------------------------
  33.  
  34.  312-284-7133 BBS   (orders, suggestions, help, etc...), USRobotics HS Modems
  35.  312-284-2261 Voice (orders and IMPORTANT questions),    12:00pm - 10:00pm CST
  36.  312-284-0437 Fax   (orders, help, suggestions, etc...), Switched
  37.  
  38.  Register via Credit Card on The Fourth Dimension BBS:
  39.  Just call our BBS and type "ORDER" from the main command prompt.  We will
  40.  call you voice as soon as possible with your serial number...
  41.  We accept VISA, MASTER CARD, DINERS CLUB, CARTE BLANCHE, & JCB.
  42.  
  43.  The fee for registration is a nominal $15.00.  (Non-Negotiable)
  44.  We are willing to accept trades of registered software (call voice, this
  45.  is a courtest to other shareware authors.)  Please note: only if the
  46.  software is useful to our needs.
  47.  
  48.  Checks/money orders please make payable to 4D SOFTWARE....
  49.  
  50.                                   4D Software
  51.                                  P.O.Box 389051
  52.                                Chicago, Ill 60638
  53.  
  54. ------------------------------------------------------------------------------
  55.  CONFIG FILE SWITCHES.....
  56.  
  57.  ";" in the first column deliminates a comment line and it will be ignored.
  58.  
  59.  "NOCLEAR" will suppress screen clears.
  60.  "SORT" will cause the conferences to be sorted by network.
  61.  "UPPERCASE" will convert all output of conference names to be in Upper Case.
  62.  "NUMBERCOLOR=@Xbf" This tells DCM what color to use for the output of the
  63.                     conference number.  b = background, f = foreground.
  64.  "FLAGFILLER=@Xbf" This is the filler to use for the spaces in the flags
  65.                    when a flag is not present.
  66.  "FLAGCOLOR=@Xbf" The color of the flags for each conference.
  67.  "BRACECOLOR=@Xbf" The color for the " [ ] " braces around numbers.
  68.  "BLANKCOLOR=@Xbf" The color for blank spaces.
  69.  "NAMECOLOR=@Xbf" The color for network names and conference names.
  70.  "TEXTCOLOR=@Xbf" The color for any other misc. text, like the net name at the
  71.                   top of the conference listing screens.
  72.  "BORDERLEFTCOLOR=@Xbf" The color to use for the left side of the border.
  73.  "BORDERRIGHTCOLOR=@Xbf" The color to use for the right side of the border.
  74.  "HEADERCOLOR=@Xbf" The color to use for the headers on the net screen.
  75.  "NETWORKPROMPT=........." The prompt, minus the "?" for the network screen.
  76.  "CONFERENCEPROMPT=........." The prompt, minus the "?" for the conference
  77.                               screen.
  78.  "ALLNETS=" The header to be put on the top of the screen when a user
  79.             is viewing ALL the networks at once (the (A)ll command from the
  80.             network prompt.)
  81.  "NET=" statement (below).
  82.  "NETx=" This specifies the name of the network.
  83.          IE: "NET1=" would mean this is the first network name to be
  84.          outputted, and so on..
  85.  "Cx=nnn" This means your specifing a conference number for a given network.
  86.           "x" means which network number.  "nnn" is the conference number on
  87.           your BBS.  DCM will retrieve the name from your CNAMES. file.
  88.           Make sure you are specifying a good conference number, or DCM will
  89.           abort operation.  You can specify ONE (1) conference per "Cx="
  90.           declaration.  OR you can specify a range (1 per "Cx=" declaration.)
  91.           Ranges are specified with a "-" seperating the low and high number.
  92.           IE: "C1=201-352".
  93.  
  94.  Now, run the EXE file to create the output files.  Then install the PPE
  95.  in your CMD.LST file and copy the output files to the same place as the
  96.  actual PPE.  Remember, RAM DRIVES ARE FASTER!
  97.  
  98.  Outputted Files Explanation:
  99.  
  100.  CONFSxxx.DCM - Where the xxx is replaced by a number, it is the actual
  101.                 display file for the individual network.
  102.  
  103.                 Where the xxx is replaced by ALL, it is the display file
  104.                 used for the (A)ll command under the network screen to
  105.                 display a complete inter-network mixed conference listing.
  106.  
  107.                 Where xxx is replaced by TXT, it is the formatted file
  108.                 ready for printing on a printer.  Formatted to 60 lines
  109.                 per page, with form feeds and page breaks.
  110.  
  111.  DCM.CFG      - The configuration file needed to run DCM.
  112.