[Mono-list] Re: Executing shell commands and Localization

Robert Jordan robertj@gmx.net
Sat, 26 Feb 2005 23:20:27 +0100


Hi Amish,

> I want to create GUI for performing a few very simple tasks. 
> Currently GRASS (GIS application) is available in TCL/TK. Existing front
> ends for grass basically take parameters from the user in a form and
> execute an appropriate command on the shell. I would like to do this in
> Mono.
> I assume I need to work with Mono.Posix, I cant find examples on this.

System.Diagnostics.Process is the class you're looking for.

Rob