hi,
in c/c++ we have a function system() that lets us to call any external application from the c/c++ program. i wanted to knw that do we hve any similar function/method in C#?
kunal_ktr 0 Newbie Poster
Recommended Answers
Jump to Posttry this
using System.Diagnostics; System.Diagnostics.Process.Start(@"path to file here");
All 3 Replies
campkev 0 Posting Pro in Training
kunal_ktr 0 Newbie Poster
tayspen 28 <Insert title here> Team Colleague
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.