How would I take control of the console of a batch file, and load it into my c++ application?
views:
34answers:
1
+1
A:
Make the batch file output to a text file that will then be processed by your application.
Klaim
2010-08-31 11:47:44