Handle should do the trick.
Ever wondered which program has a particular file or directory open?
Now you can find out. Handle is a utility that displays information
about open handles for any process in the system. You can use it to
see the programs that have a file open, or to see the object types and
names of all the handles of a program.
Related Contents:
- Single line with multiple commands using Windows batch file
- How can you find and replace text in a file using the Windows command-line environment?
- Adding a directory to the PATH environment variable in Windows
- What encoding/code page is cmd.exe using?
- How do I run two commands in one line in Windows CMD?
- Is there an equivalent of ‘which’ on the Windows command line?
- Batch command date and time in file name
- How do I get the application exit code from a Windows command line?
- How to check if a process is running via a batch script
- Redirect Windows cmd stdout and stderr to a single file
- How to echo with different colors in the Windows command line [closed]
- Maximum Length of Command Line String
- How to run .sh on Windows Command Prompt?
- $LastExitCode=0, but $?=False in PowerShell. Redirecting stderr to stdout gives NativeCommandError
- How can I create an empty file at the command line in Windows?
- Create an empty file on the commandline in windows (like the linux touch command)
- Is there replacement for cat on Windows
- Is there a better Windows Console Window? [closed]
- How to prevent auto-closing of console after the execution of batch file
- ‘chcp’ is not recognized as an internal or external command, operable program or batch file. on a Windows PC
- How do I deal with quote characters when using cmd.exe
- Stop and Start a service via batch or cmd file?
- Show a popup/message box from a Windows batch file
- Run cURL commands from Windows console
- Get DOS path instead of Windows path
- How to create Windows EventLog source from command line?
- How to write a multiline command?
- PowerShell stripping double quotes from command line arguments
- Set The Window Position of an application via command line
- List all environment variables from the command line
- Windows equivalent of the ‘tail’ command [duplicate]
- Windows command for file size only
- Capture program stdout and stderr to separate variables
- How do I shutdown, restart, or log off Windows via a bat file?
- Set window position of an application on Windows command line
- cURL POST command line on WINDOWS RESTful service
- Get Folder Size from Windows Command Line
- Concatenate text files with Windows command line, dropping leading lines
- Difference between $? and $LastExitCode in PowerShell
- Why %processor_architecture% always returns x86 instead of AMD64
- How to I launch a ruby script from the command line by just its name?
- Order in which command prompt executes files with the same name (a.bat vs a.cmd vs a.exe)
- How do I call a Windows shell command using VB6?
- Windows shell command to get the full path to the current directory?
- Start/Stop and Restart Jenkins service on Windows
- How do I minimize the command prompt from my bat file
- Cannot run Maven using `mvn -D` argument within Microsoft Powershell, but works in Command Prompt
- Hide Command Window of .BAT file that Executes Another .EXE File
- batch file to check 64bit or 32bit OS
- How can I run Cygwin Bash Shell from within Emacs?