"C:\Users\trainee7\Desktop\ConsoleApplication2\ConsoleApplication2\bin\Debug\ConsoleApplication2.exe C:\Users\trainee7\Desktop\notepads\ec2.txt"
"C:\Users\trainee7\Desktop\ConsoleApplication2\ConsoleApplication2\bin\Debug\ConsoleApplication2.exe"
Process.Start(@"C:\Users\trainee7\Desktop\ConsoleApplication2\ConsoleApplication2\bin\Debug\ConsoleApplication2.exe C:\Users\trainee7\Desktop\notepads\ec2.txt");
Process.Start(@"C:\Users\trainee7\Desktop\ConsoleApplication2\ConsoleApplication2\bin\Debug\ConsoleApplication2.exe", @"C:\Users\trainee7\Desktop\notepads\ec2.txt");
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)