kopia lustrzana https://github.com/OpenDroneMap/ODM
NONINTERACTIVE mode, call run.bat from different drives
rodzic
be7cf63493
commit
6ac36fc02e
8
run.bat
8
run.bat
|
@ -2,6 +2,8 @@
|
|||
rem Bypass "Terminate Batch Job" prompt.
|
||||
|
||||
setlocal
|
||||
cd %~dp0
|
||||
winrun.bat %* <NUL
|
||||
endlocal
|
||||
|
||||
cd /d %~dp0
|
||||
winrun.bat %* <NUL
|
||||
|
||||
endlocal
|
||||
|
|
|
@ -7,3 +7,6 @@ python "%ODMBASE%\run.py" %*
|
|||
|
||||
endlocal
|
||||
|
||||
if defined ODM_NONINTERACTIVE (
|
||||
exit
|
||||
)
|
Ładowanie…
Reference in New Issue