Anyone know how to determine "Who has a file open" using either VB or VBscript? This would be for an NT 4.0 environment.
Thanks in advance.
James Turner
Printable View
Anyone know how to determine "Who has a file open" using either VB or VBscript? This would be for an NT 4.0 environment.
Thanks in advance.
James Turner
That's way beyond what you would want to try in VB.
Check out Handle at http://www.sysinternals.com/ntw2k/freeware/handle.shtml
Source code (C++) is available, too.