view bin/parpg.bat.in @ 17:15107282d9eb

Redefined SYSCONFDIR installation path variable so that it appends APPNAME. * Although this deviates from GNU standards this relatively minor change makes it easier to write paths that are portable to Windows.
author M. George Hansen <technopolitica@gmail.com>
date Thu, 09 Jun 2011 21:40:51 -1000
parents 927f2cf75357
children e97972cc7110
line wrap: on
line source

@ECHO OFF

SET PYTHONPATH=%PYTHONPATH%;"@PYTHONDIR@"
CD %~dp0
START "@PYTHON@" -m parpg.main "@SYSCONFDIR@" %*