OpenDroneMap-ODM/run.bat

10 wiersze
79 B
Batchfile

@echo off
setlocal
call win32env.bat
python "%ODMBASE%\run.py" %*
endlocal