Comrade,
There are only two ways that I have been able to get rid of illegal
filenames like the one you have described.
1. Using a low-level disk editor, find the entry in the directory and
rename it to something like XXXXXXX.XXX. Exit the disk editor and delete
the file like you normally would.
2. Remove the entire Temporary Internet Files directory. Since the
directory is usually locked, I use Scheduled Tasks and remove Temporary
Internet File everytime I boot my machine. Scheduled Task calls a batch file
that I created. The entry in the batch file looks like this:
rd /s /q "c:\documents and settings\default user\local settings\temporary
internet files"
I have other commands in the batch file for removing history subdirectories,
temp subdirectories, other cookie subdirectories, log files and so forth.
The TIF, temp, cookie directories structures are rebuilt when the operating
system is started. This also eliminates the ever growing hidden index.dat
file.
Illegal file names on a server are a different matter. Very difficult to
remove unless you can reboot the computer. If I'm wrong, please correct me.
Uncle Joe
--
Take the "NiceGuy" out of
(E-Mail Removed) to respond
"Pegasus (MVP)" <(E-Mail Removed)> wrote in message
news:OC%23TH19%(E-Mail Removed)...
> - What's the exact file name?
> - Have you tried deleting it with a wildcard?
>
>
> "RichG" <(E-Mail Removed)> wrote in message
> news:5F0CDB9E-E569-443D-B69B-(E-Mail Removed)...
> > I have a file that is on ly local machine deep in the Temp Int Files
> subdirectory that I cannot delete or rename also. I did the dir/x command
> to get the 8.3 name, but when I tried to delete the file using the 8.3
name
> I get the message "File not found" Any other suggestions or tips?
> >
> > TIA.
> >
> > Rich
>
>