using System; using System.Collections.Generic; using System.Text; namespace ConsoleApplication1 { class Program { static void Main(string[] args) { // apre applicazione notepad System.Diagnostics.Process.Start("notepad.exe"); } } }