@echo off:::: Autogenerated by OTB installation process:: DO NOT MODIFY::set CURRENT_SCRIPT_DIR=%~dp0if exist %CURRENT_SCRIPT_DIR%otbcli.bat ( :: Prefer using the launcher inside the script dir set OTB_CLI_LAUNCHER=%CURRENT_SCRIPT_DIR%otbcli.bat) else ( :: Use the one from the PATH set OTB_CLI_LAUNCHER=otbcli.bat):: start the application%OTB_CLI_LAUNCHER% @APPLICATION_NAME@ %*