OpenDroneMap-ODM/run.bat

7 wiersze
98 B
Batchfile

@echo off
rem Bypass "Terminate Batch Job" prompt.
setlocal
cd %~dp0
winrun.bat %* <NUL
endlocal