home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / DOS_HELP / PC_HELP2.ZIP / HELPPUBL.ZIP / MAP.### < prev    next >
Encoding:
Text File  |  1985-08-13  |  832 b   |  23 lines

  1. COMMAND:  MAP                                   DOCUMENTATION : On-line
  2.  
  3. FUNCTION: Produces a summary report on the addresses and hooked vectors
  4.           of DOS resident programs.
  5.  
  6. FORMAT:   MAP [/D]
  7.  
  8. TYPE:     Public domain software.
  9.  
  10. REMARKS:  /D expands the format of the summary report to include identification
  11.           of specific segments that a process has allocated.
  12.           Map displays a list of all the memory resident programs starting with
  13.           the resident portion of COMMAND.COM. The display includes the PSP
  14.           address, the program name, allocated segment count, total allocated
  15.           memory, and a hooked interrupt list. In addition, MAP displays the
  16.           count and size of free storage segments in the DOS chain and the
  17.           current command load address.
  18.  
  19.  
  20.  
  21.  
  22.  
  23.