Skip to content

Instantly share code, notes, and snippets.

@allenyllee
Created December 3, 2017 12:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save allenyllee/9b692bb8e4d7f35d7848e78a28c8946c to your computer and use it in GitHub Desktop.
Save allenyllee/9b692bb8e4d7f35d7848e78a28c8946c to your computer and use it in GitHub Desktop.
Timer for windows
@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