home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / qsystem.zip / QSYSTEM.DOC next >
Text File  |  1995-05-28  |  4KB  |  107 lines

  1.  
  2.      Documentation for QSYSTEM
  3.  
  4.      The philosophy of QSYSTEM is to try and determine most aspects of
  5.      machine hardware in the system.  The angle of attack is through
  6.      OS/2, Device Drivers, and even straight from known memory
  7.      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 OS/2 version is being run.  It also should
  11.      not matter if you are on a 80286 or a 80486.
  12.  
  13.      IMPORTANT!!  You must NOT HAVE the IOPL=NO in your OS/2 2.x
  14.      CONFIG.SYS and you must HAVE IOPL=YES in your OS/2 1.x CONFIG.SYS
  15.      for QSYSTEM to function.
  16.  
  17.  
  18.      Options
  19.      -------
  20.  
  21.      -?  or ?    Displays options (help)
  22.  
  23.      -A          Displays all supported Microchannel adapters
  24.                  (can be used with the -O option to redirect to file)
  25.  
  26.      -C          Displays additional information on Async communications
  27.                  ports
  28.  
  29.      -D          Displays more detailed QSYSTEM information
  30.                  includes : logical drives, adapter configuration for
  31.                             MC, model, submodel, revision, bios date,
  32.                             fixed disk sectors/heads/cylinders
  33.  
  34.      -E          Displays current environment
  35.  
  36.      -I          Displays CONFIG.SYS, STARTUP.CMD and AUTOEXEC.BAT
  37.  
  38.      -M          Displays all recognized machines by Model, SubModel and
  39.                  Revision
  40.                  (can be used with the -O option to redirect to file)
  41.  
  42.      -O          Redirect output to QSYSTEM.OUT
  43.  
  44.      -Ofilename  Redirect output to filename
  45.  
  46.                  For example:
  47.  
  48.                  QSYSTEM -Ops2data.fil
  49.  
  50.                  would redirect the output of QSYSTEM to ps2data.fil
  51.  
  52.      -P          Pause the output when the screen is full
  53.                  Note, this also writes a file (QSYSTEM.OUT) in the
  54.                  default drive/directory
  55.  
  56.      -Q          Does not display redirect message
  57.  
  58.      key=value   Define key with value for machine info output
  59.                  There is a limit of 10 keys at present.
  60.  
  61.                  For example:
  62.  
  63.                  QSYSTEM User="Norris Couch" "Location Site"=Boca
  64.  
  65.                  Output would include:
  66.  
  67.                  User            : Norris Couch
  68.                  Location Site   : Boca
  69.  
  70.  
  71.      Notes:
  72.      ------
  73.  
  74.      You must run in a FULL SCREEN session to get accurate video
  75.        information.
  76.  
  77.      If you are running an OS/2 communication program that does not use
  78.        the OS/2 communication driver to communicate with the serial
  79.        port, you may have your communication session disconnected - I do
  80.        not have a fix for this.
  81.  
  82.        If the OS/2 mode command for that serial port does not disconnect
  83.        the session, Qsystem should not cause a problem.
  84.  
  85.      OS/2 1.x will not report the hardware addresses of your Serial
  86.        ports.
  87.  
  88.      You will only have drives A: and B: as possible floppy drives on
  89.        OS/2 versions prior to 2.10.
  90.  
  91.      The maximum about of real memory that will be reported is 64MB.
  92.  
  93.  
  94.      Problems and Suggestions
  95.      ------------------------
  96.  
  97.      Please append to OS2EWS CFORUM on OS2BBS or send a message to my CIS
  98.      ID [Norris Couch, 73763,2656] to report any problems.
  99.  
  100.  
  101.      Thanks:
  102.      ------
  103.  
  104.      This program would not reached this level of reporting without the
  105.        generous help of Sam Detweiler, Jeff Knauth, Cindy Merkin and
  106.        Akihiko Togami.
  107.