Advertisement
chevredu34

Untitled

Apr 29th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. PC Shutdowner
  2. --------------
  3. @echo off
  4. color 02
  5. :main
  6. set /p variablerandom="Entre le nom du PC que tu veux éteindre: "
  7. shutdown /s /m \\%variablerandom%
  8. goto main
  9. --------------
  10. Matrix
  11. --------------
  12. @echo off
  13. title Matrix
  14. color a
  15. :main
  16. echo %random%%random%%random%%random%%random%%random%
  17. start nomDuFichier
  18. goto :main
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement