[Mono-list] What is the best way to ...

Marcus marcus@mylinuxisp.com
Mon, 24 May 2004 00:55:34 -0500


Process.Start() is the portable way to do this.

On Monday 24 May 2004 12:47 am, Peter Foley wrote:
> call a Unix command or shell file from Mono?
>
> Should I use PInvoke or Process.Start? Something else?