home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / exeinfo.zip / EXEINFO.TXT < prev   
Text File  |  1999-12-24  |  504b  |  13 lines

  1. EXEINFO shows the embedded information of EXE and DLL files.
  2. The call for systax is:
  3. EXEINFO -h
  4. The call for information is:
  5. EXEINFO -xd [exe-name | dll-name] |more
  6. A special function of EXEINFO is to find a routine which causes an trap
  7. error. For this option one takes the last 4 digits of the CSLIM address
  8. of the error message. Then call:
  9. EXEINFO -f -lWXYZ
  10. where WXYZ are the last 4 digits of the CSLIM address.
  11. Make this call in the root of the drive where the application is
  12. installed.
  13.