[Zope-Checkins] CVS: Zope/skel/bin - runzope.bat.in:1.1

Chris McDonough chrism@zope.com
Sat, 22 Mar 2003 12:02:13 -0500


Update of /cvs-repository/Zope/skel/bin
In directory cvs.zope.org:/tmp/cvs-serv13219/skel/bin

Added Files:
	runzope.bat.in 
Log Message:
Rudimentary support for building and installing under Windows.


=== Added File Zope/skel/bin/runzope.bat.in ===
set PYTHON=<<PYTHON>>
set ZOPE_HOME=<<ZOPE_HOME>>
set INSTANCE_HOME=<<INSTANCE_HOME>>
set CONFIG_FILE=%INSTANCE_HOME%\etc\zope.conf
set PYTHONPATH=%ZOPE_HOME%\lib\python
"%PYTHON%" "%ZOPE_HOME%\bin\runzope.py" -C "%CONFIG_FILE%" %1 %2 %3 %4 %5 %6 %7