home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / qbbsetc / confdump.lzh / CONFDUMP.DOC next >
Text File  |  1990-07-01  |  5KB  |  113 lines

  1.  ┌────────────────────────────────────────────────────────────────────────────┐
  2.  │      CONFDUMP · ConfDump version 1.0 · Copyright (C) 1990 RodentWare       │
  3.  └────────────────────────────────────────────────────────────────────────────┘
  4.                         Michael Reece / James Calvert 
  5.       
  6.      - Restrictions -
  7.            
  8.      ConfDump is copyrighted to RodentWare.  It may not be edited in
  9.      any way for any reason.  If there are any changes you would like to
  10.      see made to this program, please contact the authors.  RodentWare
  11.      programmers are Michael Reece and James Calvert; contact by netmail
  12.      to 1:3801/42, or via the RA_SUPPORT of RA_UTIL FidoNet support
  13.      conferences.
  14.       
  15.      ConfDump is released under the ShareWare agreement.  If you use
  16.      this program, and like the output it presents, a one-time donation
  17.      to the authors of 5$ (US) or greater would be appreciated.  Any
  18.      donation of 25$ (US) or greater will register you for this and all
  19.      other RodentWare products, both existing and future programs.
  20.       
  21.      The authors of this program take no responsibility for damages
  22.      occurring to you and/or your computer equipment because of the use or
  23.      inability to use this software.  The authors uphold no warranty
  24.      expressed or implied.
  25.       
  26.      This program may not be used in any commercial environment, or
  27.      government institution, or any other environment when business
  28.      transactions take place, whether nonprofit or profit.  If you have
  29.      any questions, direct them to the authors.
  30.       
  31.      All rights reserved.
  32.       
  33.       
  34.      - Purpose -
  35.       
  36.      ConfDump reads the message area configuration files created by the
  37.      RemoteAccess software package, and present its output to the
  38.      screen, file, or device.  It should be run with the following
  39.      command:
  40.       
  41.               CONFDUMP [PAUSE|LOG <filename>|<board number>]
  42.       
  43.      Below is a description of the available command line parameters.
  44.       
  45.           * PAUSE - This parameter will pause output between each message
  46.             board displayed.
  47.       
  48.           * LOG   - This parameter should be followed by a 1-8 character 
  49.             filename with a 0-3 character extension in the form of
  50.             'FILENAME.EXT'.  This parameter allows file/device logging of
  51.             the output.
  52.       
  53.           * <board number> - This parameter should be a number between 1
  54.             and 200, and should correspond with the message board number
  55.             you wish to be displayed.
  56.  
  57.      Examples:
  58.       
  59.           CONFDUMP
  60.             - directs output to console, with no page pausing
  61.       
  62.           CONFDUMP PAUSE
  63.             - directs output to console, pausing each board
  64.       
  65.           CONFDUMP LOG PRN
  66.             - directs output to printer
  67.       
  68.           CONFDUMP LOG C:\RA\TXTFILES\BULL5.ASC
  69.             - directs output to 'c:\ra\txtfiles\bull5.asc'
  70.       
  71.           CONFDUMP 34
  72.             - displays configuration for message board 34 only
  73.       
  74.      Minimal file error checking is done, to prevent obvious mistakes.
  75.      If you encounter _any_ errors or bugs, please notify me via netmail
  76.      or the RemoteAccess support echos.
  77.  
  78.      An errorlevel of 1 is returned when any error is encountered.
  79.       
  80.       
  81.      - Miscellaneous -
  82.       
  83.      When looking for MESSAGES.RA and/or CONFIG.RA, ConfDump will first
  84.      check the current subdirectory.  If it is not found, it will check
  85.      the path defined by the 'RA' environment variable.
  86.       
  87.      The output if formatted similar to the entry format in RACONFIG,
  88.      for easy reference and understanding.  There are other RodentWare
  89.      programs to do related purposes:
  90.       
  91.       ConfigDump - Displays information of board configuration
  92.       FileDump   - Displays information of file area configuration
  93.       EventDump  - Displays information of event configuration
  94.       ProtoDump  - Displays information of external protocol configuration
  95.       
  96.      These programs are available for File Request from 1:3801/42 as:
  97.       
  98.        CFGDUMP.ZIP   (magic name - CONFIGDUMP)
  99.        FILEDUMP.ZIP  (magic name - FILEDUMP)
  100.        EVNTDUMP.ZIP  (magic name - EVENTDUMP)
  101.        PROTDUMP.ZIP  (magic name - PROTODUMP)
  102.  
  103.      * RemoteAccess is a trademark of Continental Software.
  104.       
  105.      Direct all questions, bug reports, and suggestions to the authors
  106.      at:
  107.       
  108.           Improbability Drive II            Michael Reece
  109.           Ph # : 214/566-5162       -or-    3700 MacDonald #210
  110.           Fido : 1:3801/42                  Tyler TX USA 75701
  111.       
  112.      [..End of Text..]
  113.