class Test { static void Main(string[] args) { System.Diagnostics.Process.Start(notepad.exe); } }