Oreloth

Temp

Apr 24th, 2012
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.19 KB | None | 0 0
  1. @echo off
  2. title Nettoyage du cache
  3. color 0c
  4. echo Nettoyage du cache en cours...
  5. ping localhost -n 2 > nul
  6. cd %temp%
  7. del *.*
  8. cls
  9. color 02
  10. echo Cache nettoye
  11. ping localhost -n 2 > nul
  12. exit
Advertisement
Add Comment
Please, Sign In to add comment