gtkradiant/run_python.bat
TTimo 8037810110 transfer from internal tree r5311 branches/1.4-gpl
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/branches/ZeroRadiant@177 8a3a26a2-13c4-0310-b231-cf6edde360e5
2007-09-12 18:54:28 +00:00

9 lines
No EOL
328 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