/jcl/Install turbo delphi.bat
Batch | 24 lines | 18 code | 6 blank | 0 comment | 2 complexity | c95a22bac7fa1fc6a68dbe71a6b4f23a MD5 | raw file
Possible License(s): BSD-3-Clause
1SETLOCAL 2pushd "%~dp0" 3 4echo Launching JCL installer... 5 6start .\bin\JediInstaller.exe %2 %3 %4 %5 %6 %7 %8 %9 7if ERRORLEVEL 1 goto FailStart 8goto FINI 9 10:FailStart 11.\bin\JediInstaller.exe %2 %3 %4 %5 %6 %7 %8 %9 12goto FINI 13 14:FailedCompile 15echo. 16echo. 17echo An error occured while compiling the installer. Installation aborted. 18echo. 19pause 20 21:FINI 22 23popd 24ENDLOCAL