**This new clean.bat script will work on Windows 7, 8, 10, and 11
@Echo off
cls
setlocal
:: Define common paths
set "TEMP_DIR=%UserProfile%\AppData\Local\Temp"
set "CHROME_CACHE=%LocalAppData%\Google\Chrome\User Data\Default\Cache"
set "FIREFOX_CACHE=%LocalAppData%\Mozilla\Firefox\Profiles"...