System.Diagnostics.Process psi = new System.Diagnostics.Process(); psi.StartInfo.FileName = "cmd.exe"; psi.StartInfo.Arguments = strArgument;
Select allOpen in new window