1
Answer

How to open console app in my windows form

Kim Bay-an

Kim Bay-an

5y
1.8k
1
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  
Answers (1)