Bad folder name - need DOS command wildcard to remove

T

tedqn

Cannot delete file: Cannot read from source or disk

I got a folder created by a dvd program named "DVDVOLUME
". Yes, bunch of trailing spaces. Anyway, it's current
untouchable - cannot delete/move/rename because the system doesn't know
where that crap is to do anything to it. I need a DOS command wildcard
to remove that folder. It's current empty. Thanks.
 
S

S. Taylor

If it's located in "C:\Program Files\" the command would be rd
C:\Progra~1\DVDVOL~1" /s /q
and will work on the right folder as long as it's the only subfolder whos
name begins
with DVDVOL .

If you get any errors try closing Explorer from within the Task Manager
(make sure you have a dos prompt open first) when done, just choose File |
New Task
and enter explorer.exe as the file name to get your desktop back.

If that fails run this dos command chkdsk /F
 
T

tedqn

Thanks all. I play around with those commands and it worked ... don't
remember exactly which though.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top