Search found 1 match
- 09 Jun 2017 23:42
- Forum: DOS Batch Forum
- Topic: Bat file to clear cache only on IE CHROME & FIREFOX on windows 10
- Replies: 0
- Views: 9729
Bat file to clear cache only on IE CHROME & FIREFOX on windows 10
Good Morning, Would anyone be able to help me on the above using a simple bat file I have tried the below with no success? ::Internet Explorer @echo off REM Cookies: REM RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 2 REM RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 8 ::Firefox @echo off taskki...