Skip to content

Commit

Permalink
- use only Windows commands to get rid of "pause" in pyot.bat.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12151 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Jun 20, 2012
1 parent 8b0083c commit 7696341
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SimulationRuntime/OpenTurns/invoke.cmd
Expand Up @@ -5,7 +5,7 @@ set OPENTURNS_WRAPPER_PATH=%CD%
echo copy the wrapper.dtd to the current directory.
copy C:\OpenTURNS\lib\openturns\wrappers\wrapper*.dtd .\
echo remove the pause from pyot.bat.
cat.exe C:\OpenTURNS\bin\pyot.bat | grep.exe -v pause > pyot.bat
type C:\OpenTURNS\bin\pyot.bat | findstr /v pause > pyot.bat
echo call pyot from openturns with script: <%pythonScriptOpenModelica%>
.\pyot.bat <%pythonScriptOpenModelica%>
rm.exe pyot.bat
del pyot.bat

0 comments on commit 7696341

Please sign in to comment.