Added etc local profile files.

This commit is contained in:
2018-05-17 15:45:57 +02:00
parent f541aee45f
commit 3f989fed20
130 changed files with 50465 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