dtm said:
Where does Windows store the Internet Cache??
Wherever you care to put it. (using Alt-T,O,Alt-S,M)
You haven't disclosed your OS so no more precise answer is possible.
However, it can be said that the default location for most NTx users
will be somewhere under here: %USERPROFILE%
If you have XP you can use its reg command in a command window
as follows:
for /f "tokens=1,2*" %c in ('reg query "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders" /v Cache') do set
TIF=%e
(Note: the previous line undoubtedly will be broken into two pieces by
my newsreader as I think it is bigger than 132 characters. Recombine
any pieces before trying to use it.)
Actually that creates/replaces a environmental variable with the full path
in it. So to display it again you would just enter: set TIF
HTH
Robert Aldwinckle
---