C# equivalent of C++'s ShellExecute()
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....