Possible Duplicate:
How to start a process from C# (WinForms)
I developed a speech recognition application. Now, all I want to do is something like
if(voiceRecognize == browser)
//Open a browser
I think you understand what I mean. I know it is possible but how can I perform this task??
Any sample code or tutorial link will be appreciated.
Thanks