Axel said:
it's too hard to guess the old DOS 8.3 pathname, and far too
time-consuming.
i think it might be a bug in one of the latest windows updates.
time to change to linux.
It's not too hard.. For example:
I have a directory that is like so --
c:\this is my directory\but\i want to erase this one\
and I want to get rid of the last one.. I type in:
rmdir /s /q "c:\this is my directory\but\i want to erase this one"
And hit enter at any command prompt...
See the quotes? Why guess?
Also, sometimes this problem is related to AVI files, expecially with the
prolification of downloaded movies/series..
First, try this registry hack to help speed things up:
http://www.winguides.com/registry/display.php/1209/
Your choices then are:
(1)
Open Task Manager and kill off all Explorer processors.
Open just one instance to get your desktop back.
Do not use Windows Explorer to get to the file, do it at a command prompt
with CD and such command line things.
Then DEL the file in question.
(2)
Reboot the computer.
Do all of this as soon as you get logged in:
Do not use Windows Explorer to get to the file, do it at a command prompt
with CD and such command line things.
Then DEL the file in question.
(3)
Reboot the computer into SAFE MODE.
Attempt to delete the file there either with the command prompt method or
Windows Explorer.
(Detailed Version of the deletion process above)
Write down the exact path and full filename of the file in question.
Reboot/Kill Explorer and restart it/Reboot into Safe mode.
Without using Windows Explorer or My Computer, open a Command Prompt
(Start -> Run and type in CMD).
Change into the directory in question:
CD "X:\blah directory\blah sub-directory\"
(Quotes good.)
Then type in DIR to make sure you are in the right place..
Then type in:
del "filename you wrote down.ext"
It seems Windows XP is reading the file information of the
movie/mpg/avi/blah blah files all the time.. If anything
is wrong/weird/etc - it may not let go for you to erase it.
Thus, in a command prompt, this does not happen. The
reboot/killing of Explorer processes/etc simply clears things
up first.