Advertisement
Guest User

Shutdown Timer Batch File

a guest
May 26th, 2017
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.25 KB | None | 0 0
  1. @echo off
  2. title Shutdown Timer - AploKoid
  3. color 0a
  4. :shutdown
  5. echo Shutdown Timer
  6. set /p timer= Waktu Anda (Dalam Detik):
  7. shutdown.exe /s /t %timer%
  8. echo.
  9. echo Komputer Anda akan mati dalam %timer% detik.
  10. timeout %timer%
  11. pause
  12. cls
  13. goto shutdown
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement