Another PInvoke question (wasRe: [Mono-list] Using P/Invoke)
Wei Weng
wweng@kencast.com
Fri, 08 Apr 2005 16:22:17 -0400
Krishna Ganugapati wrote:
> Hello,
>
> I'd like to know what library I need to use in the DllImport attribute
> to invoke system(); I need to run a shell script/program from within my
> Mono program and need the equivalent of system();
>
> Thanks
>
> Krishna
>
>
> _______________________________________________
> Mono-list maillist - Mono-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>
>
Is System.Diagnostics.Process class the one you are looking for?
HTH
Wei