Hi,
Is it posisble to use PHP to start and stop aplications from a web interface.
I have server.exe
I need to be able to check if it is running, stop it, and start it.
It would also be nice to be able to pass command line params too.
start server.exe /s /a etc
Can anybody point me in the right direction to get started on this?