GOTO lines refer to the non-existent EOF label. Adding the :eof to the end.

This commit is contained in:
kytv
2011-06-14 21:45:20 +00:00
parent 89191f4014
commit 336ecda7e6
2 changed files with 2 additions and 0 deletions

View File

@@ -34,3 +34,4 @@ if not errorlevel 1 goto :eof
if "%2"=="--nopause" goto :eof
pause
:eof