[Mono-bugs] [Bug 63430][Nor] Changed - Mono incorrectly handles file names containing blancs when using UseShellExecute = false in startup info of Process

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 29 Sep 2004 02:06:08 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by gert.driesen@pandora.be.

http://bugzilla.ximian.com/show_bug.cgi?id=63430

--- shadow/63430	2004-08-20 15:28:53.000000000 -0400
+++ shadow/63430.tmp.893	2004-09-29 02:06:08.000000000 -0400
@@ -77,6 +77,9 @@
 When using MS.NET, you'll get the following output :
 
 Number of command line arguments: 1
 filename specified: c:\test folder\test.exe
 Number of command line arguments: 0
 Specify a single filename (containing blancs) as argument.
+
+------- Additional Comments From gert.driesen@pandora.be  2004-09-29 02:06 -------
+FYI: I can still reproduce this issue using Mono 1.0.2 on Windows.