andynewbie Posted February 2, 2007 Posted February 2, 2007 How can I get AutoIT to clear the cached(temporary) files Internet Explorer uses ? Andy
lod3n Posted February 2, 2007 Posted February 2, 2007 For the currently logged in profile, or all profiles on the machine? [font="Fixedsys"][list][*]All of my AutoIt Example Scripts[*]http://saneasylum.com[/list][/font]
andynewbie Posted February 2, 2007 Author Posted February 2, 2007 For the currently logged in profile, or all profiles on the machine?Just the cache for the current user. Andy
BALA Posted February 2, 2007 Posted February 2, 2007 (edited) I'm not sure if this is what you want, but if you want to delete the files in the cookies folder of the current user, you can find where the cookies folder is located by using: RegRead("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders","Cookies")oÝ÷ Ù.q©Ý¡«")Z®Øb"¶axíz¹Þ¶¬¶òjëh×6RegRead("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders","History") Edited February 2, 2007 by BALA [font="Comic Sans MS"]BA-LA[/font]http://ba-la.110mb.comJoin my community, CLICK HEREAlternative links to my site:http://www.ba-la.tkhttp://www.ba-la.co.nrContact me if you would like to help with some of my projects: joeythepirate@gmail.com
andynewbie Posted February 6, 2007 Author Posted February 6, 2007 I'm not sure if this is what you want, but if you want to delete the files in the cookies folder of the current user, you can find where the cookies folder is located by using: RegRead("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders","Cookies")oÝ÷ Ù.q©Ý¡«")Z®Øb"¶axíz¹Þ¶¬¶òjëh×6RegRead("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders","History") Thanks for the info. Good stuff to have in my bag of tricks ! What I'm looking for is a way to clear the Temporary Internet files under Tools->Internet Options>Delete All Offline Content-> check the Offline files box, then click OK.
KJohn Posted February 6, 2007 Posted February 6, 2007 Thanks for the info. Good stuff to have in my bag of tricks !What I'm looking for is a way to clear the TemporaryInternet files under Tools->Internet Options>Delete All Offline Content->check the Offline files box, then click OK.If you were looking for the code, the above will work but if you are looking for a program that does it for you:http://www.autoitscript.com/forum/index.php?showtopic=40674
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now