Retrieve command prompt output to UI
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
My MFC UI program runs a command line executable and I need to retrieve the data that is outputed to the command prompt and put it into my UI. Any Ideas?
Check Jean-Claude Lanz' article QuickWin - Console Application Into a Window. Joaquín M López Muñoz Telefónica, Investigación y Desarrollo
-
My MFC UI program runs a command line executable and I need to retrieve the data that is outputed to the command prompt and put it into my UI. Any Ideas?
Apropos of this question, does anyone know if VC++ 7 (.NET) fixes _popen so that it works in Windows apps? In VC++ 6 there were some bugs that prevented it from opening the streams properly.