Deleting a directory with a colon in the name

Soldato
Joined
11 May 2004
Posts
4,790
Location
Gloucester
Somehow a program has created a directory with a colon in it's name, wile NTFS supports it, Windows doesn't and starts screaming about it as soon as I try and remove it. Is there any easy way to remove it without having to download and burn a livecd for some kind of linux distro and use NTFS-3g to delete it?
 
tbh, you should always have a live-cd burnt and ready on your desk 'just-in-case' :)
 
Will the command prompt let you do it if you use the old 8.3 name for the folder in question? You can find the old 8.3 name by doing a DIR /X in the command prompt.
 
Back
Top Bottom