[Solved] How to get command line return data from other application?
General and Desktop
2
Posts
2
Posters
2.9k
Views
1
Watching
-
Dear all,
I would like to do like that. Firstly, I have to run console application which will return some string from input arguments.
I have to make a lot of works like that. So, how can I automatically input & grab return from that console application with Qt.That console application is not written in Qt & running platform is Windows.
Thanks