HELP! How do I call an external program from within a C# program
I have a program ( which requires run time parameters ) that I wish to call from inside a C# program.
An example of the program including run time parameter is "QRes.exe /x:800".
I can call it from the Command Line and it works but....................
Help please