have you tried doing it in safe mode ,safe mode hit f8 on bootup
caperjack
I hate 20 Questions
13,069 posts since Aug 2003
Reputation Points: 1,064
Solved Threads: 812
What's the path to the file? It's on the desktop? Also, are you able to do anything to the folder, such as set attributes (system, hidden, read-only) or can you do absolutely nothing with it?
Comatose
Taboo Programmer
2,910 posts since Dec 2004
Reputation Points: 361
Solved Threads: 215
You can go into Dos, and try to delete the file manually using it's short name..... or trying doing it using wildcards. You could also try this tool:
http://www.purgeie.com/delinv/index.htm
If the file is not invalid (assuming this tool doesn't fix the problem) let me know.... either the filename is invalid, and windows can't access it (for a number of reasons), or another app is using the file and won't release it (in which case I can get around that). Let me know.
Comatose
Taboo Programmer
2,910 posts since Dec 2004
Reputation Points: 361
Solved Threads: 215
Cheers for the reply mate, i've never tried using safe mode before, the layout of my desktop and folders looked completely different, it was a little disorienting :cheesy: , sadly though it did not work and i got the same error message as before.
Is there anything else i can try? thanks again.
hi ,in safe mode it looks different because the video drivers are not used ,and startup programs are not running ,anyway try this go to start /run type in CMD ,and
at the prompt ype DEL C:\My Shit\BitTorrent\BIT, note the space between DEL and C:\
caperjack
I hate 20 Questions
13,069 posts since Aug 2003
Reputation Points: 1,064
Solved Threads: 812
If it's a folder (BIT) then del won't get rid of it. You'll have to use rd or rmdir (same command). so, something like:
rd /s "c:\my shit\BitTorrent\BIT" did you try the link http://www.purgeie.com/delinv/index.htm and see if that program works.....
Also, something else that throws me, is if that file is the one that won't get deleted, why does it say: CAIDWFIT? Is CAIDWFIT the file inside the BIT folder? Also, bit torrent isn't running when you try to delete this is it? If so, naturally, it won't work. If bit torrent is NOT running, and the dos commands don't work, let me know.
Comatose
Taboo Programmer
2,910 posts since Dec 2004
Reputation Points: 361
Solved Threads: 215