
Deleting temporary internet files and cookies using vbscript
If possible, you can try FindFirstUrlCacheEntry, FindNextUrlCacheEntry,
DeleteUrlCacheEntry, etc apis.
You can write and export deleting temporary files function to a dll and
then call it from VBScript.
The following article could helps.
HOWTO: Clear Cache When Your Application Hosts a WebBrowser Cont[ie_dev]
http://www.*-*-*.com/
Sincerely,
Alick Ye, MCSD
Product Support Services
Microsoft Corporation
Get Secure! - <www.microsoft.com/security>
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
Content-Class: urn:content-classes:message
Subject: Deleting temporary internet files and cookies using vbscript
Date: Thu, 28 Nov 2002 00:43:01 -0800
Lines: 14
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
Thread-Index: AcKWuijmpoS1U89nTFiKzWsF31LSkw==
Newsgroups: microsoft.public.scripting.vbscript
Path: cpmsftngxa09
Xref: cpmsftngxa09 microsoft.public.scripting.vbscript:119533
NNTP-Posting-Host: TK2MSFTNGXA01 10.40.1.47
X-Tomcat-NG: microsoft.public.scripting.vbscript
Hi!
I want to create a script for a company that deletes all
temporary internet files and cookies, and then starts
internet explorer with the companys intranet as startpage.
The IE thing is easy using a the wscript.shell.run method,
but I have problems finding a easy way to delete temorary
internet files and cookies using vbscript.
Anny suggestions?
Best regards
Jens Egil Evensen