Hi Im trying to make an windows form in c# that should open a existing console application and provide the readline of it can, is there a way to do it?
Can you give me an example
Note:
Project 1-win form
Project 2 - console
Project2 - has
Console.Write("Enter copychimp server: ");
copychimp_server = Console.ReadLine();
Project 1 should open the console and provide the copychimp_server