Problem: parameter %1 set hard to build target and prevents the skipping of pause

Solution: removed Pause
This commit is contained in:
Bernd Langpap 2016-07-04 12:13:44 +02:00
parent d51940a9f5
commit 96c306cc54

View File

@ -31,8 +31,3 @@ set STOPTIME=%DATE% %TIME%
:done
@endlocal
if NOT %1 == "" if /I %1 == "skip_pause" goto :quit
PAUSE
:quit