- renamed ManiaControl start script

- setting manager prototype
This commit is contained in:
Steffen Schröder
2013-11-10 12:51:41 +01:00
parent 2a2a49fdd9
commit 18d177ff59
5 changed files with 212 additions and 11 deletions

View File

@@ -3,4 +3,4 @@ REM Set the path to your php.exe here
set phpPath="D:\Programme\xampp\php\php.exe"
REM Start ManiaControl
START "" /B %phpPath% -f "startManiaControl.php" 2>&1
START "" /B %phpPath% -f "ManiaControl.php" 2>&1