J JezB Dec 17, 2005 #1 How do I execute a file given the full path and filename (ie. start whatever program is associated with the file and open it).
How do I execute a file given the full path and filename (ie. start whatever program is associated with the file and open it).
H Herfried K. Wagner [MVP] Dec 17, 2005 #2 JezB said: How do I execute a file given the full path and filename (ie. start whatever program is associated with the file and open it). Click to expand... Opening files, applications, Web documents, and the mail client <URL:http://dotnet.mvps.org/dotnet/faqs/?id=openfileappwebpage&lang=en>
JezB said: How do I execute a file given the full path and filename (ie. start whatever program is associated with the file and open it). Click to expand... Opening files, applications, Web documents, and the mail client <URL:http://dotnet.mvps.org/dotnet/faqs/?id=openfileappwebpage&lang=en>
S Stoitcho Goutsev \(100\) [C# MVP] Dec 19, 2005 #3 JezB, The easiest I believe is to use Process.Sart(string filename) overload.