Advertisement
sajjad_hira

cleaner.bat

Mar 28th, 2015
651
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. @echo off
  2. @break off
  3. @title Cleaner
  4. @color 0a
  5. @cls
  6. %SystemRoot%\explorer.exe "C:\Documents and Settings\"%USERNAME%"\Recent"
  7. %SystemRoot%\explorer.exe "C:\Documents and Settings\"%USERNAME%"\Local Settings\Temp
  8. %SystemRoot%\explorer.exe %SystemRoot%\Prefetch
  9. %SystemRoot%\explorer.exe %SystemRoot%\Temp
  10. echo "All Directory Opened Successfully!"
  11. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement