Skip to content

Instantly share code, notes, and snippets.

@JoshVarty
Created May 3, 2016 18:28
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 JoshVarty/8bdecc7dcfcbaaed50ff596aa2c21e32 to your computer and use it in GitHub Desktop.
Save JoshVarty/8bdecc7dcfcbaaed50ff596aa2c21e32 to your computer and use it in GitHub Desktop.
var applicationName = "myProcess.exe";
var commandLineArgs = "myProcess.exe 123456"; //Note: Repeat application name in arguments
debugger.CreateProcess(applicationName, commandLineArgs, ... ); //Ignoring other arguments for simplicity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment