TrackManiaControl/application/ManiaControl.bat
2013-12-09 10:51:24 +01:00

7 lines
147 B
Batchfile

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