OpenDroneMap-ODM/winrun.bat

12 wiersze
121 B
Batchfile

@echo off
setlocal
call win32env.bat
python "%ODMBASE%\run.py" %*
endlocal
if defined ODM_NONINTERACTIVE (
exit
)