Changed mControl to ManiaControl

This commit is contained in:
Steffen Schröder
2013-11-09 11:19:21 +01:00
parent 97f9a6019a
commit 5d166776f8
30 changed files with 126 additions and 122 deletions

View File

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