Have a look at the Process class in System.Diagnostics. There are varying
degrees of complexity to this, but at it's simplest, you can:
Process.Start( name of file to start );
Steve
> Hi,
> can anyone tell me how can I execute an external command such as dos
[quoted text clipped - 5 lines]
> Thanks
> George
George Varelas - 03 Jan 2007 15:19 GMT
Thank you Steve
> Have a look at the Process class in System.Diagnostics. There are varying
> degrees of complexity to this, but at it's simplest, you can:
[quoted text clipped - 12 lines]
>> Thanks
>> George