how to open and close uncommon application
Moderator: General Moderators
how to open and close uncommon application
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.
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
you can probably do it with a shell execution (shell_exec() for instance)
can this will kill processes
can this will kill the processes on client computers also where the php is running on server