Kim Bay-an

Kim Bay-an

  • NA
  • 49
  • 4.2k

How to open console app in my windows form

Oct 16 2019 2:59 AM
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)