--- ray/test/run_tests.bat 2003/12/07 20:40:51 1.1 +++ ray/test/run_tests.bat 2016/03/10 01:49:56 1.2 @@ -1,8 +1,8 @@ @echo off setlocal -set PATH=%PATH%;c:\programme\python -set PYTHONPATH=%PYTHONPATH%;h:\src\lang\Python-2.2.1\Lib -python -c "import run_all_exe; run_all_exe.main()" %* +set PATH="c:\program files\python 2.7";%PATH% +set PYTHONPATH="c:\program files\python 2.7\lib" +python -c "import run_all; run_all.main()" %* if errorlevel 9009 echo you do not have python in your PATH REM color 00 causes this script to exit with non-zero exit status if errorlevel 1 color 00