Created
October 28, 2014 10:51
-
-
Save 0V/18f9863e1db3238281f4 to your computer and use it in GitHub Desktop.
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 | |
set /P waittime="Log off: Input wait time [sec]> %waittime%" | |
set /A mintime=waittime/60 | |
echo Log off : %mintime% [min] (%waittime% [sec]) | |
timeout /t %waittime% | |
shutdown /l |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment