Skip to content

Instantly share code, notes, and snippets.

@0V
Created October 28, 2014 10:51
Show Gist options
  • Save 0V/18f9863e1db3238281f4 to your computer and use it in GitHub Desktop.
Save 0V/18f9863e1db3238281f4 to your computer and use it in GitHub Desktop.
@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