Skip to content

Instantly share code, notes, and snippets.

@ch-hristov
Last active August 29, 2015 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ch-hristov/a6bebb300ec95ffc485c to your computer and use it in GitHub Desktop.
Save ch-hristov/a6bebb300ec95ffc485c to your computer and use it in GitHub Desktop.
var query = Path.Combine(EpiPath, calculator.ExeName + ".exe"); ( query looks like "D:/ep\\ffs.exe" )
ProcessHelper.StartProcess(query, calculator.Arguments.ToArray(), false, true, 10000);
There is also a single command line argument in the calculator.Arguments list.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment