Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- title Shutdown Timer - AploKoid
- color 0a
- :shutdown
- echo Shutdown Timer
- set /p timer= Waktu Anda (Dalam Detik):
- shutdown.exe /s /t %timer%
- echo.
- echo Komputer Anda akan mati dalam %timer% detik.
- timeout %timer%
- pause
- cls
- goto shutdown
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement