[MonoDevelop] [HowTo] Executing Shell Commands...

Michael Hutchinson m.j.hutchinson at gmail.com
Thu Oct 21 22:58:45 EDT 2010


On Wed, Oct 20, 2010 at 5:57 AM, raz3r <daniele.raz3r at gmail.com> wrote:
>
> I need to execute a list of iptables commands that are sent by Socket
> application. The Client is running on Windows and sends iptables commands
> (one by one), the Server (made with Mono) is running on Linux and has to
> execute each line of command that receive.
>...
> What is this FileName parameter? I do not know how to configure this one...
> Can you help me?

Filename needs to be "iptables". It's the filename of the executable
you want to run...

BTW, for generic .NET questions like this you'd be better off asking
on stackoverflow.com. The MonoDevelop mailing list is for discussions
specific to MonoDevelop.

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list