G
Guest
Hi,
How can I have more than one argument in this statement?
Adding a second one gets an error.
Process myProcess = Process.Start("ABC.exe", "arg1");
How can I have more than one argument in this statement?
Adding a second one gets an error.
Process myProcess = Process.Start("ABC.exe", "arg1");