diff --git a/OpenModelica/StartTLMOpenModelica.bat b/OpenModelica/StartTLMOpenModelica.bat index f887b0f..7f64326 100644 --- a/OpenModelica/StartTLMOpenModelica.bat +++ b/OpenModelica/StartTLMOpenModelica.bat @@ -13,7 +13,7 @@ rem set path to OpenModelica installation folder set OpenModelicaPath=%OPENMODELICAHOME% rem *********************SETUP SIMULATION********************************************* -set OMC_Cmd=%OpenModelicaPath%/bin/omc.exe +set OMC_Cmd="%OpenModelicaPath%/bin/omc.exe" set TLMCONFIGFILE=tlm.config If "%6" == "" goto USAGE