Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- title Nettoyage du cache
- color 0c
- echo Nettoyage du cache en cours...
- ping localhost -n 2 > nul
- cd %temp%
- del *.*
- cls
- color 02
- echo Cache nettoye
- ping localhost -n 2 > nul
- exit
Advertisement
Add Comment
Please, Sign In to add comment