Re: [Mono-list] Process doesn't give back the hand on Windows

2005-05-10 Thread Gonzalo Paniagua Javier
On Mon, 2005-05-09 at 16:19 -0600, Gonzalo Paniagua Javier wrote: > On Mon, 2005-05-09 at 18:32 +0200, Vincent Arnoux wrote: > > Hello, > > I am trying to make work a mono app under Windows and I am having a hard > > time with an external process execution that doesn't give the hand back: > > Sys

Re: [Mono-list] Process doesn't give back the hand on Windows

2005-05-10 Thread Gonzalo Paniagua Javier
On Mon, 2005-05-09 at 18:32 +0200, Vincent Arnoux wrote: > Hello, > I am trying to make work a mono app under Windows and I am having a hard > time with an external process execution that doesn't give the hand back: > System.Diagnostics.Process proc = new System.Diagnostics.Process(); > proc.St

[Mono-list] Process doesn't give back the hand on Windows

2005-05-09 Thread Vincent Arnoux
Hello, I am trying to make work a mono app under Windows and I am having a hard time with an external process execution that doesn't give the hand back: System.Diagnostics.Process proc = new System.Diagnostics.Process(); proc.StartInfo.FileName = "C:\\WINNT\\system32\\rsh.exe"; proc.StartInfo