]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - run_python.bat
Updating Windows compile guide after the major overhaul of Windows
[xonotic/netradiant.git] / run_python.bat
index be3466d2554ae61f703e69ef3df4833a05333b4b..ac0aebbc573788fd4bc3054e1af8d1d954b747f6 100644 (file)
@@ -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\r
+if errorlevel=1 echo please install python and add python.exe to the path (http://www.python.org)\r
+if errorlevel=1 goto end\r
+\r
+echo python.exe %1 %2 %3 %4 %5 %6 %7 %8 %9\r
+rem FIXME: for some wacked reason, output of the python script doesn't get back to VC window ..\r
+python.exe %1 %2 %3 %4 %5 %6 %7 %8 %9\r
+\r
 :end
\ No newline at end of file