C# Tip:Start an application from a C# program
No Comments » by Jon Hibbins on 3 August 2008
Filed under: .NET, C#, Code, MSSQL2005, Software Development
Useful code if you wish to launch an external application:
System.Diagnostics.Process.Start(@"C:\program files\microsoft office\word.exe", @"C:\MyWordDocument.docx");