Skip to content
Snippets Groups Projects
Commit 7c76984d authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

BUG: Mantis-1483: hide command windows

parent 8e543df1
No related branches found
No related tags found
No related merge requests found
......@@ -23,16 +23,13 @@
@echo off
setlocal
:: Get the directory of the current script
set CURRENT_SCRIPT_DIR=%~dp0
:: Setup environment
call "%CURRENT_SCRIPT_DIR%otbenv.bat"
call "%~dp0%otbenv.bat"
:: Set current dir to HOME dir because Monteverdi generates temporary files and need write access
cd %HOMEDRIVE%%HOMEPATH%
:: Start Monteverdi
start "Monteverdi Application Launcher" /B "%CURRENT_SCRIPT_DIR%bin\mapla.exe" %*
start "Monteverdi Application Launcher" /MIN "CMD.EXE" /C mapla.exe %*
endlocal
......@@ -23,16 +23,13 @@
@echo off
setlocal
:: Get the directory of the current script
set CURRENT_SCRIPT_DIR=%~dp0
:: Setup environment
call "%CURRENT_SCRIPT_DIR%otbenv.bat"
call "%~dp0%otbenv.bat"
:: Set current dir to HOME dir because Monteverdi generates temporary files and need write access
cd %HOMEDRIVE%%HOMEPATH%
:: Start Monteverdi
start "Monteverdi Viewer" /B "%CURRENT_SCRIPT_DIR%bin\monteverdi.exe" %*
start "Monteverdi Viewer" /MIN "CMD.EXE" /C monteverdi.exe %*
endlocal
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment