Hi all,
The scenario is that I need to replace a macro enabled Word template - its likely the file will be in use when I try to replace it and closing Word for users never goes down well...
So I've used Handles.exe to find the Handle I'm interested in, and simply trimmed the parts of the output (String) so that I can discover the PID and Handle number to then pass to Handle to kill. This seems to work well.
I wondered if there are any better ways to achieve the same thing as I feel my approach is a bit basic ;)
thanks
C