X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=run_python.bat;h=ac0aebbc573788fd4bc3054e1af8d1d954b747f6;hp=be3466d2554ae61f703e69ef3df4833a05333b4b;hb=caadbd4cfc7aad3ac87651d06f954829de12d94a;hpb=12b372f89ce109a4db9d510884fbe7d05af79870 diff --git a/run_python.bat b/run_python.bat index be3466d2..ac0aebbc 100644 --- a/run_python.bat +++ b/run_python.bat @@ -1,9 +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 - +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 \ No newline at end of file