Re: preventing launch

2013-09-02 Thread Todd Heberlein
> Is there a programatic way to prevent the launch of a particular application? > I want to prevent certain applications under particular situations from > starting up. Remove the execute bit? Just remember to reset it. Todd ___ Cocoa-dev mailing

Re: preventing launch

2013-09-01 Thread Maxthon Chan
Terminate it immediately after launch? Sent from my iPhone > On 2013年8月30日, at 20:47, Tony Giaccone wrote: > > > > Is there a programatic way to prevent the launch of a particular application? > I want to prevent certain applications under particular situations from > starting up. > > >