Created
December 3, 2017 12:32
-
-
Save allenyllee/9b692bb8e4d7f35d7848e78a28c8946c to your computer and use it in GitHub Desktop.
Timer for windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
::echo Waiting For 2.5 Hour... | |
TIMEOUT /T 9000 /NOBREAK | |
shutdown /h | |
::echo. | |
::echo (Put some Other Processes Here) | |
::echo. | |
::pause >nul |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment