LINK Help (linker.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
EXEHDR Output
                                             Up Contents Index Back
─────EXEHDR─────────────────────────────────────────────────────────────────
 
     EXEHDR lists information about the file header and each segment in
     the file. The listing reflects the structure of the header for the
     kind of file being checked: DOS file or segmented executable file.
 
     You can specify the /V option to get a more detailed listing for a
     segmented executable file.
 
     EXEHDR sends the listing to the standard output. You can redirect
     this output using the operating-system redirection operator (>).
 
     See: Output for a DOS File
          Output for a Segmented Executable File
          Output for a DLL
          Verbose Output
          /V Option
                                    -♦-