I'm having a problem using NSPipe with an NSTask that I'm building into a cocoa app I'm working on. The problem is I Have no Idea how to use NSPipe and StandardIn with my NSTask. I have my NSTask working really well, I'm able to pass all of the arguments to the app correctly. But I have no idea how to pipe that tast to another task using nspipe. I think I pass the standardOut from the first tast to the standardIn, but I don't even know the syntax to use for nspipe or the correct methods and constructors used by nspipe. I've posted a cocoa question in this forum before, but got zero replies so I'm guessing there aren't a whole lot of cocoa programmers in here. But if you do know anything about cocoa programming, I would appreciate some tips. This is my first venture into cocoa.
Thanks in advanced.
Thanks in advanced.
