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