C# execute exe with custom parameters

  • Thread starter Thread starter C sharp execute exe with custom parameters
  • Start date Start date
C

C sharp execute exe with custom parameters

Guest
I have an exe and I like to run it in C# and pass custom parameters. Please help me with the syntax.

For example ABC.exe can take multiple parameters. The required ones are UserName, Password, Port. I am trying to run that using System.Diagnostics. Please show me the syntax with the parameter names. So in this case the minimum are the 3 parameters mention. Please help. I have search all the web with no luck. thanks

Continue reading...
 
Back
Top