Oreloth

Arrêt planifié

May 11th, 2012
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.24 KB | None | 0 0
  1. //Patch codé par Sombrecoeur.
  2. @echo off
  3. title Arrêt planifié
  4. color 0c
  5. echo Extinction de l'ordinateur dans deux heures...
  6. ping localhost -n 2 > nul
  7. shutdown -s -f -t 7200
  8. color 02
  9. echo Extinction active.
  10. ping localhost -n 2 > nul
  11. exit
Advertisement
Add Comment
Please, Sign In to add comment