System.Diagnostics.Process MyProc = new System.Diagnostics.Process(); MyProc.StartInfo.FileName = "C:\\MON FICHIER.TXT"; MyProc.Start();