@ECHO OFF
CLS
color 47
ECHO.
ECHO.
echo --------------------------------------------------------------------------------
echo                       Oranum Browser Utility
echo --------------------------------------------------------------------------------
echo     This program will delete the temporary and useless files in Your browsers.
echo                  Your browsers will be closed down for this process!
echo            If You would like to continue, please press any of the buttons.
echo --------------------------------------------------------------------------------
PAUSE
CLS
echo --------------------------------------------------------------------------------
echo                       Oranum Browser Utility
echo --------------------------------------------------------------------------------
ECHO                   Now deleting the temporary files...
taskkill /f /im firefox.exe 1>>NUL 2>&1
taskkill /f /im iexplore.exe 1>>NUL 2>&1

rd /s /q "%UserProfile%\Local settings\application data\mozilla\firefox" 1>>NUL 2>&1
rd /s /q "%AppData%\Macromedia\Flash Player\" 1>>NUL 2>&1
rd /s /q "%UserProfile%\Local Settings\Temp\" 1>>NUL 2>&1
rd /s /q "%UserProfile%\Local Settings\Temporary Internet Files" 1>>NUL 2>&1
rd /s /q "%UserProfile%\Recent" 1>>NUL 2>&1
md "%UserProfile%\Local Settings\Temp\" 1>>NUL 2>&1
md "%UserProfile%\Recent" 1>>NUL 2>&1
CLS
echo --------------------------------------------------------------------------------
echo                       Oranum Browser Utility
echo --------------------------------------------------------------------------------
ECHO                           Progress completed!
echo                      Your browser will work much faster from now on!
echo   In case of any further problems, please send a message to help@oranum.com
PAUSE
