TrackManiaControl/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
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
START "" /B %phpPath% -f "ManiaControl.php" 2>&1