@echo off
echo Press ENTER when Firefox and Chrome are closed
pause
rmdir /s /q "%LOCALAPPDATA%\Google\Chrome\User Data\Default\Cache" 
rmdir /s /q "%LOCALAPPDATA%\Google\Chrome\User Data\Default\Code Cache" 
rmdir /s /q "%LOCALAPPDATA%\Mozilla" 
exit


