diff --git a/application/ManiaControl.bat b/application/ManiaControl.bat index 1938a7d8..8c2e80ae 100644 --- a/application/ManiaControl.bat +++ b/application/ManiaControl.bat @@ -1,6 +1,6 @@ REM Set the path to your php.exe here -set phpPath="D:\Programme\xampp\php\php.exe" +set phpPath="D:\xampp\php\php.exe" REM Start ManiaControl START "" /B %phpPath% -f "ManiaControl.php" 2>&1