Re: Spawn process without inheriting parent stdout, stdin
Re: Spawn process without inheriting parent stdout, stdin
- Subject: Re: Spawn process without inheriting parent stdout, stdin
- From: "Corey O'Connor" <email@hidden>
- Date: Fri, 30 Sep 2005 14:54:15 -0700
On 9/30/05, Matthew Jaffa <email@hidden> wrote:
> Hi,
>
> I was wondering if there is a way to spawn a process programmatically
> without the new process inheriting the stdout of the parent. I tried NSTask,
> but the newly created processes output from cout and printf will go to the
> cocoa app that created it.
I don't have sample code for this, but have you tried re-assigning
stdout and stdin to whatever you want instead before the process is
spawned?
I think freopen is used to re-assign stdout, stdin, stderr.
--
-Corey O'Connor
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden