Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- cd /d 'c:\Temp'
- for /r %%a in (*.*) do (
- del /f /q %~a
- ) >nul
- cd /d "%UserProfile%\Local Settings\Temporary Internet Files
- for /r %%b in (*.*) do (
- del /f /q %~b
- ) >nul
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement