[Zope-Checkins] SVN: Zope/branches/2.9/skel/bin/runzope.bat.in
further changes so it's easier to move an instance between
zope versions.
Chris Withers
chris at simplistix.co.uk
Mon May 1 07:19:57 EDT 2006
Log message for revision 67789:
further changes so it's easier to move an instance between zope versions.
Changed:
U Zope/branches/2.9/skel/bin/runzope.bat.in
-=-
Modified: Zope/branches/2.9/skel/bin/runzope.bat.in
===================================================================
--- Zope/branches/2.9/skel/bin/runzope.bat.in 2006-05-01 11:19:33 UTC (rev 67788)
+++ Zope/branches/2.9/skel/bin/runzope.bat.in 2006-05-01 11:19:56 UTC (rev 67789)
@@ -1,6 +1,6 @@
- at set PYTHON=<<PYTHON>>
@set ZOPE_HOME=<<ZOPE_HOME>>
@set INSTANCE_HOME=<<INSTANCE_HOME>>
+ at set PYTHON=%ZOPE_HOME%\bin\python.exe
@set SOFTWARE_HOME=%ZOPE_HOME%\lib\python
@set CONFIG_FILE=%INSTANCE_HOME%\etc\zope.conf
@set PYTHONPATH=%SOFTWARE_HOME%
More information about the Zope-Checkins
mailing list