> Question: what should I do to redirect ("pipe") the output "123" into > the program "prog2" and not print it? Is it possible? > > Alain Michaud > Have you seen "AssignStream()". You can grab the piped output without it printing off on you. There are more ways to do it if you want more cross platform, let us know.