I have a file whose size is 0 bytes. When I try to remove it an error message appears, saying "Could not find file".
Here is the list of things I've tried to delete the file:
- Rebooted
- Reset folder options
- Cleaned the registry with CCleaner
- Using the
del
command - Replacing it with a different file
The dir
command gives this information about the file:
25.06.2011 21:06 0 STALKER
File properties:
How can I remove it?
Answer
Try del *.
from the command prompt while in the folder the file's in. It will delete all the files in that folder that have no extension.
No comments:
Post a Comment