[Mono-list] Issueing a command line application

Jensen Somers foss at jsomers.eu
Sat Sep 6 08:46:54 EDT 2008


Hello,

Paul wrote:
> Hi,
> 
> In C, I can use the completely non-portable system() function to do OS
> specific things. Is there an equivalent method in C#?
> 
> TTFN
> 
> Paul
> 

You can do almost anything using a Process. Take a look at
http://www.csharp-station.com/HowTo/ProcessStart.aspx for some
information and an example.

- Jensen


More information about the Mono-list mailing list