How to kill a process ???
How to kill a process ???
- Subject: How to kill a process ???
- From: Thibaut Smets <email@hidden>
- Date: Fri, 31 Aug 2001 14:40:03 +0200
Hi,
I would like to kill a process inside my cocoa application. I know that
there is no Cocoa API to do it , it seems that the only way to achieve
it is to use some UNIX API .
Could someone guide me please because I dont have any experience with
UNIX programming ?? Does it mean that I have to call a script which
executes the command line ps ??
Thanks
Thibaut