OpenDroneMap-ODM/winrun.bat

12 wiersze
121 B
Batchfile
Czysty Zwykły widok Historia

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