Re: [Mono-list] How to start a non mono program

2004-12-22 Thread Marcus
Use System.Diagnostics.Process.Start(). You will most likely want to use one of the variations that uses an instance of ProcessStartInfo. Here's one example: /*! Invokes the C++ compiler to compile the given file. The output filename is specified as objectFile. Additional

[Mono-list] How to start a non mono program

2004-12-22 Thread Andreas Sliwka
Greetings, how would I start another program from within a mono program? I'm also interested in catching the programs output, but its secondary. best regards, mfg ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/lis