TrackManiaControl/application/ManiaControl.bat

7 lines
147 B
Batchfile
Raw Normal View History

2013-11-09 11:19:21 +01:00
REM Set the path to your php.exe here
2013-12-09 10:51:24 +01:00
set phpPath="D:\xampp\php\php.exe"
2013-11-09 11:19:21 +01:00
REM Start ManiaControl
START "" /B %phpPath% -f "ManiaControl.php" 2>&1