4
Answers

C# equivalent of C++'s ShellExecute()

eric 0

eric 0

19y
8.4k
1
Hi, Does anyone know how to execute a commandline program from within a C# application? In C++ there is a function called ShellExecute(). I've tried looking for an equivalent function but cant seem to find one. Thanks in advance....
Answers (4)