/jcl/Install turbo delphi.bat

https://github.com/the-Arioch/jcl · Batch · 24 lines · 18 code · 6 blank · 0 comment · 2 complexity · c95a22bac7fa1fc6a68dbe71a6b4f23a MD5 · raw file

  1. SETLOCAL
  2. pushd "%~dp0"
  3. echo Launching JCL installer...
  4. start .\bin\JediInstaller.exe %2 %3 %4 %5 %6 %7 %8 %9
  5. if ERRORLEVEL 1 goto FailStart
  6. goto FINI
  7. :FailStart
  8. .\bin\JediInstaller.exe %2 %3 %4 %5 %6 %7 %8 %9
  9. goto FINI
  10. :FailedCompile
  11. echo.
  12. echo.
  13. echo An error occured while compiling the installer. Installation aborted.
  14. echo.
  15. pause
  16. :FINI
  17. popd
  18. ENDLOCAL