home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / exeinfo1.zip / exeinfo.txt < prev   
Text File  |  1994-01-04  |  519b  |  12 lines

  1. Exeinfo searches your partitions for executable code (device drivers, file
  2. systems, EXEs, DLLs) that matches some criteria. To locate the module that
  3. caused a trap, write down the CSLIM value that is reported. Then run
  4.     "exeinfo -f -lxxxx c:\*.*"
  5. where xxxx is the CSLIM value and C: should be replaced by each driver from
  6. which code may have been loaded.
  7.  
  8. If, for example, you get CSLIM=0000f113 and all your code is loaded from the D
  9. drive because you have multiboot, type
  10.     exeinfo -f -lf113 d:\*.*
  11.  
  12.