Skip to content

Instantly share code, notes, and snippets.

@JoshVarty
Created May 3, 2016 18:28
Embed
What would you like to do?
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