I would like to know which file is open in Windows from command line. In linux we have command lsof for that purpose. Is there any command in Windows like that?
feedback
|
migrated from stackoverflow.com Oct 7 '10 at 9:03
This question came from our site for professional and enthusiast programmers.
|
Are you referring to current running processes? That would be: If you want to view running processes of the current user:
Change | |||||||||||
feedback
|
|
If you want a command line tool, the Handle utility from SysInternals does this. For a GUI tool, check out Process Monitor. | |||||||||||
feedback
|
