Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- :start
- color 0a
- shutdown /a
- if %errorlevel%==0 goto error
- cls
- echo Press Control-C to exit batch script
- echo %date% %time%
- timeout 1 /nobreak
- goto start
- :error
- color 0c
- echo Shutdown prevented!
- timeout 1 /nobreak
- goto start
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement