home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / diags / show1.zip / SHOW.DOC < prev    next >
Text File  |  1992-07-07  |  3KB  |  64 lines

  1. Hi there, all of you
  2.  
  3.  
  4. I wrote a program that I want to share with you...
  5.  
  6. SHOW.EXE is a program that shows just about all about the running DOS and
  7. hardware. It is just like peeking around in your PC using a small
  8. multi-point small flashlight...
  9.  
  10. At the end of this 'story' there is a list of features that shows what can be
  11. 'lightened' with this program.
  12. I suggest that you try (to show the power of SHOW :-) ) running SHOW.EXE
  13. from within a MAKEFILE or even a second COMMAND.COM etc.
  14.  
  15. It will reveal all these nice things about DOS that no one wanted to tell
  16. you, but you always suspected to be there, someway or another...
  17.  
  18. In fact, the whole program (at least the DOS specific parts of it) is a
  19. collection of research within DOS, reading (of course) the interrupt list
  20. available on NeWS, retries, retries, and lots of coffee...
  21.  
  22.  
  23.  
  24.  
  25.  
  26. Features include:
  27.     - HELP for all available flashlights
  28.     - Hardware check
  29.         - CPU range 8086, 8088, NEC V[23]0, 80186, 80188, 80286, 80386.
  30.         - NDP range 8087, 80287, 80387
  31.         - Speed calculation (CPU/NDP)
  32.         - Hardware (disks/IO-ports) recognized by standard BIOS
  33.         - Videocard range CGA, Hercules, EGA, (VGA)
  34.         - Extended Memory sizes (AT and up only)
  35.         - Expanded Memory (LIM) sizes
  36.  
  37.     - DOS internals
  38.         - System information
  39.           device chain information, last logical drive, DOS buffers etc.
  40.         - Current directory paths including some obscure drive status and ID
  41.         - Drive parameter blocks
  42.         - Memory control blocks and their usage by all TSR programs and
  43.           their environment(s)
  44.         - Memory usage (memory map) (TSR/DOS) (extended with PSP-info)
  45.           and their interrupt usage
  46.         - BUFFERS usage (CONFIG.SYS BUFFERS=), buffer status (i.e. not flushed)
  47.           and to which drive/sector combination it is set
  48.         - FILE usage (CONFIG.SYS FILES=) and their access rights. The handle
  49.           part in this case is something hidden to me...
  50.         - Device chain list including attribute bits
  51.         - Detailed disk information (FAT-Space etc).
  52.  
  53.     - BIOS
  54.         - Interrupt vector contents (text info about interrupt usage)
  55.  
  56.  
  57. Of course, this program may be used freely on a non-commercial base.
  58.  
  59.                                        Hoping, you like it...
  60.  
  61.                                        Arend van den Brug
  62.                                        'May the clockspeed be with you...'
  63.  
  64.