netradiant-custom/run_python.bat
rpolzer 107765f0e4 initial
git-svn-id: svn://svn.icculus.org/netradiant/trunk@1 61c419a2-8eb2-4b30-bcec-8cead039b335
2008-09-13 18:28:57 +00:00

9 lines
320 B
Batchfile

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