How can i send a Command to a Background Process with PHP?
I start the Process like this:
exec('start /D "samp-server.exe"');
I kill the Process like this:
exec('TASKKILL /F /IM "samp-server.exe"');
And i check, if the process is running, like this:
exec('tasklist /FI "IMAGENAME eq samp-server.exe"');
But how can i send a Command, for example "exit" to the Console from this Background Process.
If you don“t know about Sa-MP Server Console: