vote up 4 vote down star
3

I would like to know who is locking a file (win32). I know about WhoLockMe, but I would like a command-line tool which does more or less the same thing.

I also looked at this question, but it seems only applicable for files opened remotely.

flag

73% accept rate

3 Answers

vote up 8 vote down check

Handle should do the trick.

link|flag
Thanks. Exactly what I needed! – JesperE Oct 27 '08 at 20:07
vote up 4 vote down

handle.exe http://technet.microsoft.com/en-us/sysinternals/bb896655.aspx

THis has helped me sooooo many times....

link|flag
vote up 0 vote down

You don't neeed anything (if you're a programmer...) . Just enumerate the handles and get the pid.

link|flag
Of course. But I'd prefer if there was a tool I could just download. – JesperE Oct 28 '08 at 20:11

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.