Hi all, I have two handles where I get stdout resp. stderr from a command output. Is it possible to merge those two handles so that I get a new input handle in a way that data can be read from the new handle whenever it is available from either of the two original handles? -- Manfred