How to send command to console application from GUI application

后端 未结 3 618
半阙折子戏
半阙折子戏 2020-12-05 21:13

I have a console application that I launch from a GUI applicaiton. The console application takes parameters for filenames to parse and process. Currently I am able to captur

3条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-05 21:31

    Along with output pipeline there's an input pipeline. Just write to that pipe using WriteFile().

提交回复
热议问题