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