Question

Here is my situation: I have an executable that upon start tries to open some file. The file is missing, so the exe fails to start. Of course there is no output on where the exe searches for given file (no path, no filename, nothing).

Now, my question is: is there any way to log all requests of an executable to file system?

To make things harder, the exe is 16-bit MS-DOS.

Était-ce utile?

La solution

How do you run this app? If it runs under Windows, you can monitor file system access with the use of System Internals' Process Monitor

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top