The following batch file will display all file handles currently in use by
Outlook.exe:
@echo off
for /F %%a in ('tlist ^| find /i "Outlook.exe"') do oh -p %%a | find /i "
file "
tlist.exe and oh.exe come with the Windows Resource Kit.
File handles numbers are assigned at the time of opening a file.
They will vary from one session to the next.
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.