Hendra Sugianto
unread,Dec 18, 2003, 3:57:44 PM12/18/03You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
When selecting a link from a webpage, it download a
special extension file that trigger a local VB script and
execute a locally installed software. It all defined in
the filetype section. The process has been working for
years. The browser cache is set to 529Mb. Suddenly, it
stop working. The VB script started complaining the
particular file that it is looking for can't be found. To
troubleshoot, I put msgbox command inside my VB script to
ensure the location of directory exist. And it does. But
the file is not there. Cleaning up the cache solve the
problem. My question, is there any limit in the size of
temporary Internet File directory? Does IE do any
internal clean up? Anyone know file it can't write the
file ? is it hidden? Thanks