[Mono-bugs] [Bug 78054][Nor] Changed - problem with running application by System.Diagnostics.Process in 1.1.14

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun Apr 9 16:58:13 EDT 2006


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 entereczek at gmail.com.

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

--- shadow/78054	2006-04-09 08:48:36.000000000 -0400
+++ shadow/78054.tmp.13880	2006-04-09 16:58:13.000000000 -0400
@@ -1,12 +1,12 @@
 Bug#: 78054
 Product: Mono: Class Libraries
 Version: 1.1
 OS: unknown
 OS Details: Mandriva '06
-Status: NEW   
+Status: RESOLVED   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: System
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: entereczek at gmail.com               
@@ -58,6 +58,20 @@
 .UseShellExecute = false
 .FileName = "/bin/bash"
 .Arguments = String.Format ("-c \"{0}\", "head -c 4 ...");
 
 Maybe you also have to escape the "" from your cmdline.
 
+
+------- Additional Comments From entereczek at gmail.com  2006-04-09 16:58 -------
+I really thank You! :)
+It works but i had to change from:
+String.Format ("-c \"{0}\", "head -c 4 ...");
+what you give to:
+String.Format ("-c \"{0}\"", "head -c 4 ...");
+(one more " ) 
+And I had to re-escape characters so now it looks terrible :)
+I mean  - [...]replace \\\"     <td
+class=\\\\\\\"bB\\\\\\\">&nbsp;<b>\\\" \\\"\\\"[...] :-)
+But it WORKS, so that's good...
+Thanks one more time.
+I'm changing to "NOTABUG" :)


More information about the mono-bugs mailing list