Console-App to get all open files for processes
Posted
by
t.kehl
on Stack Overflow
See other posts from Stack Overflow
or by t.kehl
Published on 2011-01-26T10:11:59Z
Indexed on
2011/02/20
15:25 UTC
Read the original article
Hit count: 220
Hi
I am searching for a console-app (where I can pipe the output to a txt-file) which gives me a list of all current processes and the files which each process has open. The tool should also work when the user doesn't has administrativ-privilegues and it should also give file-path which are located on the network (UNC and absolute/mappings).
Is there something like this which I can call from another tool and get the information?
I am on a windows system. I have a open filename and need now to get the whole path for the file
© Stack Overflow or respective owner