Re: [Mono-dev] WaitForExit and File Associations

2007-12-12 Thread Gavin Landon
, December 12, 2007 3:59 PM To: [EMAIL PROTECTED] Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] WaitForExit and File Associations Thanks... Few questions: Shouldn't mono call it the way it's supposed to be called based on OS? How can I tell in Mono what OS I'm running

Re: [Mono-dev] WaitForExit and File Associations

2007-12-12 Thread Gavin Landon
mber 12, 2007 9:44 AM To: Gavin Landon Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] WaitForExit and File Associations Am 12.12.2007 um 15:39 schrieb Gavin Landon: > I'll assume since no one responded that no one uses this API so I'll > submit it as a bu

Re: [Mono-dev] WaitForExit and File Associations

2007-12-12 Thread Andreas Färber
7 9:48 AM > To: mono-devel-list@lists.ximian.com > Subject: [Mono-dev] WaitForExit and File Associations > > Before I report as a bug, I thought I would ask and see if anyone > else has seen this. > > I'm using the following code and I've found out a few things.. > &

Re: [Mono-dev] WaitForExit and File Associations

2007-12-12 Thread Robert Jordan
Tuesday, December 11, 2007 9:48 AM > To: mono-devel-list@lists.ximian.com > Subject: [Mono-dev] WaitForExit and File Associations > > > > Before I report as a bug, I thought I would ask and see if anyone else > has seen this. > > I'm using the following cod

Re: [Mono-dev] WaitForExit and File Associations

2007-12-12 Thread Gavin Landon
ect: [Mono-dev] WaitForExit and File Associations Before I report as a bug, I thought I would ask and see if anyone else has seen this. I'm using the following code and I've found out a few things.. System.Diagnostics.Process proc = new System.Diagnostics.Process(); proc.StartI

[Mono-dev] WaitForExit and File Associations

2007-12-11 Thread Gavin Landon
Before I report as a bug, I thought I would ask and see if anyone else has seen this. I'm using the following code and I've found out a few things.. System.Diagnostics.Process proc = new System.Diagnostics.Process(); proc.StartInfo.FileName = sFile; proc.StartInfo.Arguments = sParm; proc.Start