home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / HARDWARE / SHOWME22.ZIP / SHOWME.DOC next >
Encoding:
Text File  |  1990-04-02  |  4.0 KB  |  102 lines

  1. SHOWME Version 2.2
  2. Copyright 1990, Crown Software Corporation
  3.  
  4. SHOWME is a utility for corporate PC managers and users.  It is designed to 
  5. give a quick overview of the equipment installed on a machine without having
  6. to open the box, analyze the AUTOEXEC.BAT and CONFIG.SYS files and otherwise
  7. spend lots of time trying to determine what's what.
  8.  
  9. Of course, the results reported are only as good as the software loaded.  Thus,
  10. SHOWME will not report a mouse unless a mouse driver is loaded, nor will it 
  11. report EMS (expanded) memory if no driver is present.
  12.  
  13. Questions may be directed to Steven Stern via Compuserve electronic mail at
  14. user id 70327,135.
  15.  
  16. Since SHOWME puts out more than one screenful of information, the best
  17. way to run it is to either pipe to output to MORE or redirect it to the
  18. printer:
  19.  
  20.    1.  Pipe the output to MORE:
  21.    
  22.        SHOWME | MORE
  23.        
  24.    2.  Redirect the output to the printer:
  25.    
  26.        SHOWME > PRN
  27.        
  28. Below is a sample of SHOWME's output and the source of the information
  29. displayed.
  30. -------------------------------------------------------------------------------
  31. Machine class identifier: PC-AT  (from BIOS)
  32. DOS version 4.0                  (from DOS)
  33.  
  34. ROM-BIOS release date 01/15/88   (from BIOS)
  35. 640K bytes of DOS (conventional) memory installed.  (from BIOS)
  36.  
  37. BIOS Equipment list: (mask = c461h)       (from BIOS)
  38.    hard disk
  39.    0 16k blocks of additional memory
  40.    80x25 color display
  41.    2 diskette drive(s) installed
  42.    2 serial port(s) installed
  43.    no serial printer
  44.    3 parallel port(s) attached
  45.  
  46. A mouse is present                        (check int 33h)
  47.  
  48. Video Subsystems in this computer:        (by examination and elimination)
  49.   VGA (PS/2 Color)
  50.  
  51. CPU type is 80386.                        (by examination and elimination)
  52. Math Coprocessor is none.
  53.  
  54. No EXTENDED memory present.               (check int 15h)
  55.  
  56. EXPANDED memory is present, version 4.0, and the manager is active. (int 67h)
  57.    EMS page frame located at E000h.
  58.    3648K bytes total expanded memory.  1024K bytes available.
  59.  
  60. Drive Information    (from DOS)
  61.  
  62. Drive    Type      Local/Remote   Total Space (K)      Free Space (K)
  63. -----    ------    ------------   ---------------      --------------
  64.  A:      1.2MB     Local       
  65.  B:      1.44MB    Local       
  66.  C:      Fixed     Local                    32644               25460
  67.  D:      Fixed     Local                   114644               84688
  68.  E:      Fixed     Local                     1191                1191
  69.  G:      Fixed     Remote                   58592               70132
  70.  H:      Fixed     Remote                   58592                   0
  71.  I:      Fixed     Remote                   58592               70132
  72.  J:      Fixed     Remote                   39060                   0
  73.  
  74. -------------------------------------------------------------------------------
  75.  
  76. Note:  If a device name is an alias for another device (like B: is an alias
  77. for A: in a one-floppy machine), the Type column will be marked with an
  78. asterisk.
  79.  
  80.  
  81. Acknowledgements:
  82.  
  83. Thanks to Pat Shea (for the chip info code), the people from the IBM Hardware
  84. Forum on Compuserve, who provided many tips and code, and to the staff of
  85. Microsoft Online, who responded to the statment, "But there has to be a way!"
  86.  
  87. Legal Stuff:
  88.  
  89. This is FREE software.  It may be freely distributed and used by individuals
  90. and corporations without charge.  It may not, however, be sold or distributed
  91. for a price (other than user group diskette duplication and distribution fees.)
  92. At all times, the copyright and title for SHOWME remain with Crown Software
  93. Corporation, a subsidiary of JMB Realty Corporation, 900 N. Michigan Avenue,
  94. Chicago, IL, 60611.
  95.  
  96. This software is provided on an as-is basis.  If you choose to use
  97. it, you do so at your own risk.  Neither the author, Crown Software,
  98. nor JMB Realty Corporation offers any warranty or guarantee of any
  99. kind, nor do they (individually or together) accept any liability for
  100. any consequences of the use of this software.
  101.  
  102.