Jump to content

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


Recommended Posts

Guest Avi Greenbury
Posted

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?

  • Replies 2
  • Created
  • Last Reply

Popular Days

Guest Pegasus \(MVP\)
Posted

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

 

 

"Avi Greenbury" <avismailinglistaccount@googlemail.com> wrote in message

news:OBlR%23TGiIHA.1212@TK2MSFTNGP05.phx.gbl...

> 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.

Guest 3c273
Posted

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

 

Filemon (freeware) by Sysinternals (MS). Google it.

Louis

 

"Avi Greenbury" <avismailinglistaccount@googlemail.com> wrote in message

news:OBlR%23TGiIHA.1212@TK2MSFTNGP05.phx.gbl...

> 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?


×
×
  • Create New...