TrackManiaControl/application/ManiaControl.bat
2013-11-09 11:20:11 +01:00

7 lines
157 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 "ManiaControl.php" 2>&1