mirror of
https://github.com/id-Software/GtkRadiant.git
synced 2026-03-19 16:39:26 +01:00
The GtkRadiant sources as originally released under the GPL license.
This commit is contained in:
9
run_python.bat
Normal file
9
run_python.bat
Normal file
@@ -0,0 +1,9 @@
|
||||
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
|
||||
Reference in New Issue
Block a user