Skip to content

Commit

Permalink
- one for Windows too.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11019 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Feb 3, 2012
1 parent d9a7d55 commit 41a8852
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Compiler/scripts/replace-startValue.bat
@@ -0,0 +1,6 @@
@echo off
REM usage: .\replace-startValue.bat variableName variableStartValue Model_init.xml

set XSLTPROCEXE="%OPENMODELICAHOME%\lib\omc\libexec\xsltproc\xsltproc.exe"
%XSLTPROCEXE% --stringparam variableName %1 --stringparam variableStart %2 replace-startValue.xsl %3

0 comments on commit 41a8852

Please sign in to comment.