• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Spawn process without inheriting parent stdout, stdin
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >Spawn process without inheriting parent stdout, stdin (From: "Matthew Jaffa" <email@hidden>)

  • Prev by Date: Re: iChat Answering
  • Next by Date: Re: 10.3.9 cross development SDK not working?
  • Previous by thread: Spawn process without inheriting parent stdout, stdin
  • Next by thread: Re: Spawn process without inheriting parent stdout, stdin
  • Index(es):
    • Date
    • Thread