From: Finn B. <bc...@us...> - 2001-07-16 10:20:26
|
Update of /cvsroot/jython/jython In directory usw-pr-cvs1:/tmp/cvs-serv14049 Added Files: jython.bat jythonc.bat Log Message: Some generic windows startup scripts. They should hopefully make it easier for users of the CVS version to install and setup jython. --- NEW FILE --- @echo off REM This file is *not* generated by any installers. REM It is here only as an convinience to users running from REM the jython CVS. rem -Xmx90mb java.exe -Dpython.home=%JYTHON_HOME% org.python.util.jython %1 %2 %3 %4 %5 %6 %7 %8 %9 --- NEW FILE --- @echo off REM This file is *not* generated by or included with the installer. REM It is here only as an convinience to users running from REM the jython CVS. %JYTHON_HOME%\jython %JYTHON_HOME%\Tools\jythonc\jythonc.py %1 %2 %3 %4 %5 %6 %7 %8 %9 |