]> de.git.xonotic.org Git - xonotic/netradiant.git/blob - run_python.bat
* show supported models in picomodel about message
[xonotic/netradiant.git] / run_python.bat
1 python.exe -V\r
2 if errorlevel=1 echo please install python and add python.exe to the path (http://www.python.org)\r
3 if errorlevel=1 goto end\r
4 \r
5 echo python.exe %1 %2 %3 %4 %5 %6 %7 %8 %9\r
6 rem FIXME: for some wacked reason, output of the python script doesn't get back to VC window ..\r
7 python.exe %1 %2 %3 %4 %5 %6 %7 %8 %9\r
8 \r
9 :end