OpenDroneMap-NodeODM/helpers/odm_python.bat

8 wiersze
69 B
Batchfile

@echo off
setlocal
call %ODM_PATH%\win32env.bat
python %*
endlocal