Re: CLI calls
Re: CLI calls
- Subject: Re: CLI calls
- From: Todd Martin <email@hidden>
- Date: Mon, 13 Aug 2001 13:27:20 -0700
Actually from what I read it isn't another thread since it doesn't use
the same memory, it's truely a seperate "Task".
Yeah what I am working on is internal for a development shop. It's
basically a "Task" automation thing. Nothing big really, I'm using it
more as a learning experience. Thanks a bunch!
Finlay Dobbie wrote:
On Monday, August 13, 2001, at 09:01 pm, Todd Martin wrote:
Well NSTask looks promising. It doesn't need to be anything horribly
complicated. It's basically just going to run a "make install" on
something at the click of a button. It would perhaps be nice to be
able to save the output or print it to the screen, but I'll take this
one step at a time. Thanks everyone for the help!
Note that "make install" will only work on computers with the
developer tools installed, btw :-)
system() blocks until the process it calls returns, AFAIK. NSTask
doesn't (it launches another thread in the background, I think).
-- Finlay
_______________________________________________
cocoa-dev mailing list
email@hidden
http://www.lists.apple.com/mailman/listinfo/cocoa-dev