home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / BBS / DOORS / PIT203.ZIP / PBULL.DOC < prev    next >
Encoding:
Text File  |  1991-08-31  |  1.2 KB  |  70 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.    THE PIT BULLETIN CREATOR
  10.    ~~~~~~~~~~~~~~~~~~~~~~~~
  11.  
  12.            This program creates the TOP-10 Listing that is specified by passing
  13.    parameters to it.  There are three different kinds of BULLETINS that can be
  14.    created by this program.  ANSI, NON-COLOR ANSI, and NON-GRAPHIC.  All you have
  15.    to do is attach the correct option and the filename to the program and it
  16.    will create the listing.
  17.  
  18.    USAGE:    PBULL <node> <option> <filename>
  19.  
  20.  
  21.    Commands
  22.    ~~~~~~~~
  23.  
  24.             /ANSI    : Creates an ANSI listing
  25.             /NOCOLOR : Creates an NON-COLOR ANSI listing
  26.             /NOANSI  : Creates a NON-ANSI GRAPHIC listing
  27.  
  28.    Samples:
  29.    ~~~~~~~~
  30.            Creating an ANSI listing on NODE 1
  31.            (Required even for one line BBS) :
  32.  
  33.                    PBULL 1 /ANSI C:\BBS\BULLET\PIT10.ANS
  34.  
  35.            Creating a Non-colorized ANSI listing:
  36.  
  37.                    PBULL 1 /NOCOLOR C:\BBS\BULLET\PIT10.BUL
  38.  
  39.            Creating a Non-ANSI Graphic listing:
  40.  
  41.                    PBULL 1 /NOANSI C:\BBS\BULLET\PIT10.TXT
  42.  
  43.    NOTE: This command can also be automatically called if the CONTROL STATION
  44.          is adjusted to activate it in THE PIT.
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.