From START > RUN type in "fsmgmt.msc" without the quotes.
This is the shared folders MMC and you can manage sessions here to see who has locks on particular files.
Edited to add:
You can also connect to your server (or another computer) with this snap-in by clicking on Action > Connect to another computer. You'll have to connect to the computer that the file exists on.
Unlocker is a freeware utility that I have used many times for this purpose. Easy to use, right click on the file in question and it shows you which processes are locking it. You can then either kill those processes or forceably unlock all or one of the locking processes.
Use ProcessExplorer from sysinternals. Search for the locked file and you'll easily see the process that has a reference to it in the list of handles (the bottom pane):
Ever wondered which program has a
particular file or directory open? Now
you can find out. Process Explorer
shows you information about which
handles and DLLs processes have opened
or loaded.
Try the Process Explorer tool from Sysinternals. Also their Handle tool is a command line tool to find out what has a lock on something.
From START > RUN type in "fsmgmt.msc" without the quotes.
This is the shared folders MMC and you can manage sessions here to see who has locks on particular files.
Edited to add:
You can also connect to your server (or another computer) with this snap-in by clicking on Action > Connect to another computer. You'll have to connect to the computer that the file exists on.
Unlocker is a freeware utility that I have used many times for this purpose. Easy to use, right click on the file in question and it shows you which processes are locking it. You can then either kill those processes or forceably unlock all or one of the locking processes.
http://www.emptyloop.com/unlocker/
Use ProcessExplorer from sysinternals. Search for the locked file and you'll easily see the process that has a reference to it in the list of handles (the bottom pane):
You can use 'net file' via the Command Prompt onto the file server .