Execute and Capture one program from another
Posted
by DandDI
on Stack Overflow
See other posts from Stack Overflow
or by DandDI
Published on 2009-02-27T07:53:12Z
Indexed on
2010/04/17
8:53 UTC
Read the original article
Hit count: 186
In win32 programming in C:
Whats the best way to execute a win32 console program within another win32 program, and have the program that started the execution capture the output? At the moment I made the program redirect output to a file, but I am sure I must be able to open some sort of pipe?
© Stack Overflow or respective owner