2013-11-09 11:19:21 +01:00
|
|
|
|
|
|
|
REM Set the path to your php.exe here
|
2014-07-28 14:49:43 +02:00
|
|
|
set phpPath="C:\xampp\php\php.exe"
|
2013-11-09 11:19:21 +01:00
|
|
|
|
|
|
|
REM Start ManiaControl
|
2013-11-10 12:51:41 +01:00
|
|
|
START "" /B %phpPath% -f "ManiaControl.php" 2>&1
|