class Programmikaivitus{ public static void Main(string[] arg){ System.Diagnostics.Process.Start("notepad.exe"); } }