G
Guest
I am trying to delete a file and kep getting an error "sharing violations,
file is being used by another proces s.."
del /f /q max*.log
maxprmem_full_export2.log
The process cannot access the file because it is being used by another
process.
Probably some process which was using the file got hung. But how do I find
which process is using he file. I am on Windows Server 2000 with Service Pack
4 or higher.
file is being used by another proces s.."
del /f /q max*.log
maxprmem_full_export2.log
The process cannot access the file because it is being used by another
process.
Probably some process which was using the file got hung. But how do I find
which process is using he file. I am on Windows Server 2000 with Service Pack
4 or higher.