d2744a5157
- cleaned up database class - plugin and plugin handler class - improved player and player handler classes - other cleanup and improvements
7 lines
162 B
Batchfile
7 lines
162 B
Batchfile
|
|
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
|