search for: nstask

Displaying 2 results from an estimated 2 matches for "nstask".

Did you mean: mstask
2008 Sep 18
2
Unbuffered stdout?
Hello, I'm running a DOS mode text program under Wine via a Mac OSX Objective-C/Cocoa program. I use NSTask to run Wine and capture stdin, stdout and stderr via NSPipes. I'm having an issue where output from the DOS mode text program doesn't get to the Objective-C/Cocoa program until after the program ends in Wine. I think this is happening because stdout is buffered. Is there a way to cause W...
2014 Mar 12
1
--log-file=File output
Hi All, I have a situations where I need output to a file and normally would just append ?&>output.log? to the rsync command line but can?t do that in this situation and need to run rsync with just the args via nstask. I tried the internal --log-file=File option which works except it outputs very verbosely and not the usual (xfer#8, to-check=1115/1125) output I need to parse. I don?t knoiw if there is any way to tweak that to the normal output in the code and couldn?t see any settings relating to that. On OSX...