pesko Posted November 15, 2004 Posted November 15, 2004 HiI'm looking for a cript that can delete IE cache, temp files, mozilla cache?Does anyone have a cleanup script that can do this on a Windows 2003 terminalserver?pesko
tguy Posted November 30, 2004 Posted November 30, 2004 For IE you can go to the Tools --> Internet Options --> Advanced Tab in the Security section choose the option to Empty Internet Cache files when the browser is closed.Or create a batch file for logoff that would do the following;cd documents and settings\%username%\local settings\temporary internet filesdel *.* /sexitThis would probably work for Mozilla too you would just need to change the path to the Internet cache files that Mozilla stores.
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