
Delete cookies and temp. inet files with VBS
I have created a VBS file that deletes cookies from Win2k PRO clients. It
does so by going to c:\documents and settings\ user name \cookies and
deletes all files.
However, when I try to do the same with the temporary internet files
directory and all sub dirs, it fails. No errors, it just does not delete any
files. It's probably because the temp. inet. file directory is a special
windows directory.
How do I delete the temporary internet files directories using VBS ?
Also, I want to delete all saved passwords, forms etc., all history of
visited pages, history of opened documents etc. Can this be done easily
through VBS ?
TIA,
- Soren