On 20 Dec 2002, Miguel de Icaza wrote: > Hello, > > > I noticed that System.Diagnostics.Process.Start() has not yet been > > implemented. Is there another way to call an external program from > > within a C# program? > > It has been implemented. Maybe you are looking at the wrong assembly?
Thanks for the reply, Miguel. It turns out that .Start() is implemented but not .Start(string) or .Start(string, string). I was using one of the unimplemented ones. -- name: Jamin Philip Gray email: [EMAIL PROTECTED] icq: 1361499 aim: jamingray47 yahoo: jamin47 web: http://pubcrawler.org What is a poet? An unhappy person who conceals profound anguish in his heart but whose lips are so formed that as sighs and cries pass over them they sound like beautiful music. --Soren Kierkegaard _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
