Hi,

I need to know how to call a exe within a C# console program.
I tried the other stuffs that just open the exe and give parameters as command line arguments.
But my problem is, the exe i try to open the exe, it opens a form which has few text boxes and check boxes.
is there a way to pass arguments to the text boxes and check boxes that i have in the another exe from the existing C# console application?

Please help me.