1
Reply

How to call a software several times and collect the results , in C#

yamid

yamid

Oct 31 2008 3:16 PM
2k

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)


Answers (1)