root/GtkRadiant/trunk/run_python.bat
| Revision 177, 328 bytes (checked in by timo, 1 year ago) |
|---|
| 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.
