• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

File will not delete

imported_Nacelle

Senior member
I was at a lan party a while back. A guy had a folder full of stuff, so I grabbed the whole thing. There was this one avi in there that will windows will not let me delete. It tells me "Can not delete: xxx.avi is being used by another program" It's not set to read only. And I don't have anything open that is playing the movie.
Any ideas on how to get rid of it?
 
Explorer is trying to find information on the file; if there's anything wrong with it, rather than stopping and reporting an error, Explorer just keeps on trying to view the file contents, which makes it register as "in use."
I found a website with the registry patch, though the site itself is set up with lousy colors.
Link
You might need to reboot after installing the registry patch.
 
failing that - boot into dos with a floppy -
find the file.
smash the little buddy over the head with your del xxx.avi command - and if that don't work,
try
attrib -a -r -s -h [enter]
del xxx.avi [enter]
 
failing that - boot into dos with a floppy -
find the file.
smash the little buddy over the head with your del xxx.avi command - and if that don't work,
try
attrib -a -r -s -h [enter]
del xxx.avi [enter]
 
Back
Top