Moved under "windows" dir.

This commit is contained in:
2018-05-13 14:10:59 +02:00
parent d1ee124c01
commit f541aee45f
117 changed files with 0 additions and 0 deletions
@@ -0,0 +1,12 @@
echo You have 60s to cancel this build
choice /T 60 /C cyn /N /D y /M "Press [C] to cancel, Press [Y] to continue now, or wait 60s ..."
if %ERRORLEVEL% == 2 goto CONTINUE
goto ABORT
:ABORT
echo Operation cancelled!
CANCEL
goto eof
:CONTINUE
goto eof