On Wed, Jul 22, 2009 at 12:44 PM, Lennie De Villiers<[email protected]> wrote: > Hi, > How can I call a Linux command like "mysqldump" from a C# application > written in Mono? > thanks > cheers > Lennie De Villiers
See System.Diagnostics.Process. (Hint: Google is your friend.) -- Chris Howie http://www.chrishowie.com http://en.wikipedia.org/wiki/User:Crazycomputers _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
