I tried to get this work but now if I open start.bat file it won't do anything. Cmd.exe will open but it is black.
I installed PHP program to my hard drive E so I have to edit start.bat and write this??
@echo off
:1
:E\PHP\php.exe -f daemon.php cfg
goto 1
Is this wrong?