Hello ,
I have a .exe file written in C++. i have used;
Process.Start("E:\\cmdf.exe");
to execute the code from C#.
Now i need to ;
(1) hide the command prompt
(2) Then to find a way to stop the command prompt (as in closing the application)
How do i do this.