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.
Why not simply use NSTask's -setStandardOutput: to redirect the
child's output elsewhere? The argument doesn't have to be an NSPipe -
it can be an NSFileHandle as well.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden