Changes between Initial Version and Version 1 of Ticket #5809, comment 1
- Timestamp:
- 2020-01-29T13:11:42Z (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5809, comment 1
initial v1 7 7 {{{#!bat 8 8 REM OMEdit_1.14.bat 9 set OPENMODELICAHOME= C:\Path\To\OpenModelica1.14\10 set OPENMODELICALIBRARY= C:\Path\To\OpenModelica1.14\lib\omlibrary11 %OPENMODELICAHOME%\bin\OMEdit.exe9 set OPENMODELICAHOME="C:\Path\To\OpenModelica1.14\" 10 set OPENMODELICALIBRARY="C:\Path\To\OpenModelica1.14\lib\omlibrary" 11 "%OPENMODELICAHOME%"\bin\OMEdit.exe 12 12 }}} 13 13 … … 15 15 {{{#!bat 16 16 REM OMEdit_1.15.bat 17 set OPENMODELICAHOME= C:\Path\To\OpenModelica1.15\18 set OPENMODELICALIBRARY= C:\Path\To\OpenModelica1.15\lib\omlibrary19 %OPENMODELICAHOME%\bin\OMEdit.exe17 set OPENMODELICAHOME="C:\Path\To\OpenModelica1.15\" 18 set OPENMODELICALIBRARY="C:\Path\To\OpenModelica1.15\lib\omlibrary" 19 "%OPENMODELICAHOME%"\bin\OMEdit.exe 20 20 }}} 21 21 … … 23 23 {{{#!bat 24 24 REM OMEdit_1.16.bat 25 set OPENMODELICAHOME= C:\Path\To\OpenModelica1.16\26 set OPENMODELICALIBRARY= C:\Path\To\OpenModelica1.16\lib\omlibrary27 %OPENMODELICAHOME%\bin\OMEdit.exe25 set OPENMODELICAHOME="C:\Path\To\OpenModelica1.16\" 26 set OPENMODELICALIBRARY="C:\Path\To\OpenModelica1.16\lib\omlibrary" 27 "%OPENMODELICAHOME%"\bin\OMEdit.exe 28 28 }}} 29 29