home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / qconfg.zip / QCONFIG.DOC < prev    next >
Text File  |  1995-05-29  |  3KB  |  103 lines

  1.  
  2.      Documentation of QCONFIG
  3.  
  4.      The philosophy of QCONFIG is to try and determine most aspects of
  5.      machine hardware in the system.  The angle of attack is through
  6.      BIOS, Dos Int 21h, Device Drivers, and even straight from known
  7.      memory locations.  Whatever gets the job done is done.
  8.  
  9.      We have tried our best to make the code machine independent.  It
  10.      should not matter which DOS version (later than 3.30 and QCONFIG
  11.      runs in an OS/2 VDM) is being run.  It also should not matter if
  12.      you are on a 8088 or a 80486.
  13.  
  14.  
  15.      Options
  16.      -------
  17.  
  18.      -?  or ?    Displays options (help)
  19.  
  20.      -A          Displays all supported Microchannel adapters
  21.                  (can be used with the -O option to redirect to file)
  22.  
  23.      -C          Displays additional information on Async communications
  24.                  ports
  25.  
  26.      -D          Displays more detailed QCONFIG information
  27.                  includes : logical drives, adapter configuration for
  28.                             MC, model, submodel, revision, bios date,
  29.                             fixed disk sectors/heads/cylinders
  30.  
  31.      -E          Displays current environment
  32.  
  33.      -I          Displays CONFIG.SYS and AUTOEXEC.BAT
  34.  
  35.      -M          Displays all recognized machines by Model, SubModel and
  36.                  Revision
  37.                  (can be used with the -O option to redirect to file)
  38.  
  39.      -O          Redirect output to QCONFIG.OUT
  40.  
  41.      -Ofilename  Redirect output to filename
  42.  
  43.                  For example:
  44.  
  45.                  QCONFIG -Ops2data.fil
  46.  
  47.                  would redirect the output of QCONFIG to ps2data.fil
  48.  
  49.      -P          Pause the output when the screen is full
  50.                  Note, this also writes a file (QCONFIG.OUT) in the
  51.                  default drive/directory
  52.  
  53.      -Q          Does not display redirect message
  54.  
  55.      key=value   Define key with value for machine info output
  56.                  There is a limit of 10 keys at present
  57.  
  58.                  For example:
  59.  
  60.                  QCONFIG User="Norris Couch" "Location Site"=Boca
  61.  
  62.                  Output would include:
  63.  
  64.                  User            : Norris Couch
  65.                  Location Site   : Boca
  66.  
  67.  
  68.      Notes:
  69.      ------
  70.  
  71.      PC/3270s and AT/3270s are no longer supported.
  72.  
  73.      The DOS version must be 3.30 or later.
  74.  
  75.      The calculated machine speed is incorrect when run in an OS/2 VDM
  76.        and will not be displayed under OS/2 unless you have the DOS
  77.        setting for hardware timer set on for the session running
  78.        QCONFIG.
  79.  
  80.      The memory simm detection method in not supported when run in an
  81.        OS/2 VDM and therefore memory simms will not be displayed under
  82.        OS/2.  This is an OS/2 limitation.
  83.  
  84.      The planar id may be incorrect (unknown) on some Model 80s when
  85.        run in an OS/2 VDM.  This is an OS/2 limitation.
  86.  
  87.      The maximum about of real memory that will be reported is 64MB.
  88.  
  89.  
  90.      Problems and Suggestions
  91.      ------------------------
  92.  
  93.      Please append to OS2EWS CFORUM on OS2BBS or send a message to my CIS
  94.      ID [Norris Couch, 73763,2656] to report any problems.
  95.  
  96.  
  97.      Thanks:
  98.      ------
  99.  
  100.      This program would not reached this level of reporting without the
  101.        generous help of Sam Detweiler, Jeff Knauth, Cindy Merkin and
  102.        Akihiko Togami.
  103.