"DaveK" <(E-Mail Removed)> wrote in message
news:5DBC6975-77EA-493B-87F2-(E-Mail Removed)...
> How can I delete files with names that are invalid? Not sure how they got
> onto our server, but names like "Procedure to extract data for supply
problem
> resolution control chart2.doc" which is about 75 characters, but is buried
> down several levels result in the following error message "Cannot delete
> PROC~1.DOC:Cannot file the specified file".
>
> I think the whole path name is too long, but cannot seem to shorten it
enough.
Try this:
- Open a Command Prompt (Start / Run / cmd {OK})
- Type this command
subst Q: "d:\Some Folder\Some SubFolder\Some SubSubFolder"
Make that folder string suffiently long, then use Explorer or
My Computer to delete the problem file from drive Q:. In
future try to put your information into the file itself instead of
the file or folder names.
|