How to run a software several times via C# and collect the results?
The software has an interface with several buttons, pressing each button a program being call and ask you to show a data file to be run.
I want to call one of this program, and show it the data file(text file) and run it serveral times and collect the results.
(If you may know a book that may help, please tell me about)