From: adam Date: Mon, 3 Aug 2009 14:57:17 +0000 (+0000) Subject: add a runSalome.bat for windows X-Git-Tag: V5_1_3rc1~97 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8fc820352e6c1062918728245f09e5d12b3d6d77;p=modules%2Fkernel.git add a runSalome.bat for windows --- diff --git a/bin/Makefile.am b/bin/Makefile.am index 000aeda4b..5ad8d82e4 100644 --- a/bin/Makefile.am +++ b/bin/Makefile.am @@ -50,6 +50,7 @@ dist_salomescript_SCRIPTS = \ runSalome \ runSalome.csh \ runSalome.ksh \ + runSalome.bat \ waitNS.sh # These files are python files diff --git a/bin/runSalome.bat b/bin/runSalome.bat new file mode 100644 index 000000000..127ca4b92 --- /dev/null +++ b/bin/runSalome.bat @@ -0,0 +1,23 @@ +@REM Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE +@REM +@REM Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, +@REM CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS +@REM +@REM This library is free software; you can redistribute it and/or +@REM modify it under the terms of the GNU Lesser General Public +@REM License as published by the Free Software Foundation; either +@REM version 2.1 of the License. +@REM +@REM This library is distributed in the hope that it will be useful, +@REM but WITHOUT ANY WARRANTY; without even the implied warranty of +@REM MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +@REM Lesser General Public License for more details. +@REM +@REM You should have received a copy of the GNU Lesser General Public +@REM License along with this library; if not, write to the Free Software +@REM Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +@REM +@REM See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +@REM + +@"%PYTHONBIN%" "%KERNEL_ROOT_DIR%\bin\salome\envSalome.py" "%PYTHONBIN%" "%KERNEL_ROOT_DIR%\bin\salome\runSalome.py" %*