cannot delete folder due to corrupt file..help!

Associate
Joined
14 Nov 2003
Posts
544
I'm trying to delete a folder from my HDD but an error message pops up and says 'cannot delete xxx ...the folder or directory is corrupted and unreadable.'

is there no way I can get rid of the above folder, without formatting the HDD? :(

thanks
 
open the command line navigate into the folder press ctrl+alt+delete and quit explorer.exe then type rm {filename} then type explorer.exe, the file should be gone and the explorer shell will return. if this doesnt work then try safemode, or defrag or some thing?
 
unknowndomain said:
open the command line navigate into the folder press ctrl+alt+delete and quit explorer.exe then type rm {filename} then type explorer.exe, the file should be gone and the explorer shell will return. if this doesnt work then try safemode, or defrag or some thing?

replace " rm {filename}" with del {filename} OR rmdir {filename} /s /q

rm is a unix command
 
Back
Top Bottom