I have a program that calls a child process,
but I want to capture the DATA on the child process's SCREEN back into the main program. How can I do that?
Originally I wanted to intercept STDOUT, but I don't know how to do it. Please help.
but I want to capture the DATA on the child process's SCREEN back into the main program. How can I do that?
Originally I wanted to intercept STDOUT, but I don't know how to do it. Please help.


