
How can I delete cookies and temp internet files w/VBS
Use the FileSystemObject and fso.delete the files from their locations at
C:\Documents and Settings\username\Local Settings\Temporary Internet Files
C:\Documents and Settings\username\Cookies
Quote:
> I am looking for a simple way to delete cookies and temporary internet
files
> with vbs. I need help creating a vbs that I can run from my desktop and
not
> have to open IE and goto tools and then click the buttons to delete
> temporary internet files. I am using ie5 and don't have the delete
cookies
> button, which I don't want because the new script will eliminate the need.
> I tried searching around the net but I can't seem to find exactly what I
> need. If anyone can help I'll appreciate it.