annotate scripts/bittend.bat @ 101:0ae9a10f9d88

More fixes following [http://projects.edgewall.com/trac/changeset/1995 Trac r1995], plus fixes for PySQLite 2 compatibility.
author cmlenz
date Tue, 19 Jul 2005 08:05:25 +0000
parents 234600bf0d49
children
rev   line source
68
234600bf0d49 Fixes for Windows compatibility:
cmlenz
parents:
diff changeset
1 @echo off
234600bf0d49 Fixes for Windows compatibility:
cmlenz
parents:
diff changeset
2 python -c "import sys; from bitten import master; sys.argv[0] = r'%0'; master.main()" %*
Copyright (C) 2012-2017 Edgewall Software