How do I look for a file or program on a system and open it?
Let me explain; My project is something I've made in vb called Program OS and I want to make Program OS Modern using c#. So because people will install it on there system I don't want to compile the code and find that no one can open the other program.
So I want my program to look for the other program. (which will be a console application)
{I'm currently using the c# windows forms.}
So if anyone knows how I could maybe open another c# console application with in the windows forms applications that I am using.
Thanks in advance
Dan