Page 1 of 1
how to open and close uncommon application
Posted: Mon Oct 03, 2005 2:25 pm
by rajan
how to open and close any application (not common winword like software) from php. how to set it's timer to close the application. i want to set the timer for vnc software.
Posted: Mon Oct 03, 2005 3:14 pm
by feyd
you can probably do it with a shell execution (
shell_exec() for instance)
can this will kill processes
Posted: Mon Oct 03, 2005 3:34 pm
by rajan
can this will kill the processes on client computers also where the php is running on server
Posted: Mon Oct 03, 2005 3:35 pm
by feyd
it very likely will not have the rights to even run an application on the remote machine, let alone kill a process itself.