TrackManiaControl/application/ManiaControl.bat

7 lines
162 B
Batchfile
Raw Normal View History

2013-11-09 11:19:21 +01:00
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