[PythonReports-checkins] PythonReports/scripts prd.bat,NONE,1.1
Brought to you by:
a1s
From: alexander s. <a1...@us...> - 2006-11-03 19:40:41
|
Update of /cvsroot/pythonreports/PythonReports/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14150 Added Files: prd.bat Log Message: PythonReports Designer command-line interface (MS Windows) --- NEW FILE: prd.bat --- rem = """ PythonReports Designer command-line interface python %0 %1 %2 %3 %4 %5 %6 %7 %8 %9 goto exit rem = """ from PythonReports import design design.run() rem = """ :exit rem = """ |