root/GtkRadiant/branches/ZeroRadiant.ab/run_python.bat

Revision 177, 328 bytes (checked in by timo, 1 year ago)

transfer from internal tree r5311 branches/1.4-gpl

Line 
1 python.exe -V
2 if errorlevel=1 echo please install python and add python.exe to the path (http://www.python.org)
3 if errorlevel=1 goto end
4
5 echo python.exe %1 %2 %3 %4 %5 %6 %7 %8 %9
6 rem FIXME: for some wacked reason, output of the python script doesn't get back to VC window ..
7 python.exe %1 %2 %3 %4 %5 %6 %7 %8 %9
8
9 :end
Note: See TracBrowser for help on using the browser.