Butterflyhornet wrote:
I have this 0k file that I can't delete because windows does not recognize the format. The name of the file is like a paragraph. Any way to delete it? I can't run the virus scanner, etc because of it. It will stop as soon as it starts scanning that file.
First, do this:
Tailseh wrote:
You can open up the command prompt (start > run > cmd > ok)
cd "c:\documents and settings\fjdj\kss\" (directory)
Then, type "Dir." That will show you a list of all files in the particular file's directory. Figure out what the first five letters of that file are.
Then, to make sure, type "dir XXXXX.*", where the xs are the first five letters. Make sure you use the asterisk at the end.
If the only file that appears is the one you want to get rid of, just type, "del XXXXX.*" and your problems will be solved.