Advertisement
manlymouse2002

Untitled

Jan 13th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. @echo off
  2. cls
  3. IF "%1"=="abort" (
  4. GOTO abort
  5. ) ELSE (
  6. GOTO sd
  7. )
  8. :sd
  9. color 0c
  10. shutdown -s -t %1
  11. echo Shutting down in %1
  12. GOTO End
  13. :abort
  14. shutdown -a
  15. GOTO End
  16. :End
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement