home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / HARDWARE / SHOW285.ZIP / SHOWME.DOC < prev    next >
Encoding:
Text File  |  1990-05-11  |  4.2 KB  |  117 lines

  1. SHOWME Version 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.    3.  Pause after a screenful of display:
  29.    
  30.        SHOWME /P
  31.    
  32.    4.  Display the "technical" information:
  33.    
  34.        SHOWME /T
  35.        
  36. Below is a sample of SHOWME's output and the source of the information
  37. displayed.  Information shown only with the /T option is marked with an
  38. asterisk on the left.
  39. -------------------------------------------------------------------------------
  40. SHOWME Version 2.85
  41. Copyright 1990, Crown Software Corporation
  42.  
  43. *Machine class identifier: PC-AT
  44. *DOS version 4.0
  45. *
  46. *ROM-BIOS release date 01/15/88
  47. *
  48. *BIOS Equipment list: (mask = c461h)
  49. *   640K bytes of DOS (conventional) memory.
  50. *   Fixed disk.
  51. *   Current video mode:  80x25 color.
  52. *   2 diskette drive(s).
  53. *   2 serial port(s).
  54. *   3 parallel port(s).
  55. *
  56. A Mouse is present
  57.    Driver version 6.25
  58.    InPort mouse.
  59.    IRQ 5
  60.  
  61. Your graphics card(s):
  62.   VGA (PS/2 Color)
  63.  
  64. CPU type is 80386.
  65. Math Coprocessor is not present.
  66.  
  67. No EXTENDED memory present.
  68.  
  69. EXPANDED memory is present, version 4.0, and the manager is active.
  70.    EMS page frame located at E000h.
  71.    3648K bytes total expanded memory.  1024K bytes available.
  72.  
  73. Drive Information
  74.  
  75. *LASTDRIVE is Z:
  76. *Current drive is C:
  77.  
  78. Drive    Type      Local/LAN      Total Space (K)      Free Space (K)
  79. -----    ------    ------------   ---------------      --------------
  80.  A:      1.2MB     Local       
  81.  B:      1.2MB*    Local       
  82.  C:      Fixed     Local                    32644               24784
  83.  D:      Fixed     Local                   114644               83400
  84.  E:      Fixed     Local                     1191                1191
  85.  G:      Fixed     LAN                      58592               58808
  86.  J:      Fixed     LAN                      39060                   0
  87. -------------------------------------------------------------------------------
  88. Note:  If a device name is an alias for another device (like B: is an alias
  89. for A: in a one-floppy machine), the Type column will be marked with an
  90. asterisk.
  91.  
  92. If the device is a fixed disk, the total space and available space is 
  93. displayed.  If the type is "x??", then the type code returned by BIOS does
  94. not match one of the "standard" definitions used by Microsoft, and "x" is
  95. the returned type code.
  96.  
  97. Acknowledgements:
  98.  
  99. Thanks to Pat Shea (for the chip info code), the people from the IBM Hardware
  100. Forum on Compuserve, who provided many tips and code, and to the staff of
  101. Microsoft Online, who responded to the statment, "But there has to be a way!"
  102.  
  103. Legal Stuff:
  104.  
  105. This is FREE software.  It may be freely distributed and used by individuals
  106. and corporations without charge.  It may not, however, be sold or distributed
  107. for a price (other than user group diskette duplication and distribution fees.)
  108. At all times, the copyright and title for SHOWME remain with Crown Software
  109. Corporation, a subsidiary of JMB Realty Corporation, 900 N. Michigan Avenue,
  110. Chicago, IL, 60611.
  111.  
  112. This software is provided on an as-is basis.  If you choose to use
  113. it, you do so at your own risk.  Neither the author, Crown Software,
  114. nor JMB Realty Corporation offers any warranty or guarantee of any
  115. kind, nor do they (individually or together) accept any liability for
  116. any consequences of the use of this software.
  117.