How can I execute an external program like an exe file? I want to get a list of installed programs, and then execute them on selection. If you are wondering why I need this, I am updating a scheduler application to provide a feature so that users can open a program on notification. For example, the notification would say, “… starts in … Do you want to open …?” [Yes] [No]
Share
You can use Process.Start to execute an external application.