I have a .BAT file that I use to clear a Netscape cache that is located at
C:\NetCache\Cache
It works. Note that none of the names in the path exceed 8 characters.
Now I have another similar .BAT file for clearing out the FoxFire cache, except the path has names with more than 8 characters:
C:\Documents and Settings\Sid Bordelon.SID\Application Data\Mozilla\Firefox\Profiles\a1ao70jc.default\Cache\*.*
My guesses about how to write the longer-than-8-chars names must be failing, because the .BAT file isn't clearing the cache. My most recent attempt at substitution is:
C:\Docume~1\Sid Bor~1~SID\Applic~1\Mozilla\Firefox\Profiles\a1ao70jc~default\Cache\*.*
Can anyone tell me how to change the names into 8-character equivalents?