Finding which files an application is writing to at a given time

  • Thread starter Thread starter Avi Greenbury
  • Start date Start date
A

Avi Greenbury

Under Windows XP Pro, how can I find out which files a given process is
reading from/writing to (I don't need the distinction between them) at a
given time?
 
Avi Greenbury said:
Under Windows XP Pro, how can I find out which files a given process is
reading from/writing to (I don't need the distinction between them) at a
given time?

If these files are open then you could use oh.exe, e.g. like so:

oh | find /i "Excel"

oh.exe comes with the Windows Resource Kit.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top