System.Diagnostics.Process p = new Process(); p.StartInfo.UseShellExecute = true; p.StartInfo.FileName = @"D: ext.txt"; p.Start();