and in start.bat when i press right click and going to edit i saw this
@echo off
for /f "delims=" %%i in (mam.cfg) do (set "%%i")
:start
%PHP:"=% %PHPPARAMS:"=% daemon.php -- -configdir "%CFGDIR:"=%" -logdir "%LOGDIR:"=%" %PARAMS:"=%
goto start
what i change here ?