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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=82005 --- shadow/82005 2007-07-03 19:55:36.000000000 -0400 +++ shadow/82005.tmp.31867 2007-07-03 19:55:36.000000000 -0400 @@ -0,0 +1,33 @@ +Bug#: 82005 +Product: Mono: Runtime +Version: 1.1 +OS: +OS Details: MDV 2007 Cooker (updated daily) +Status: NEW +Resolution: +Severity: +Priority: Wishlist +Component: JIT +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Gui exe send arguments badly to console exe + +I write a solution with VB Express under MS, this solution have two project +one is console based and run fine under linux and windows +Second is Winform based and it's a GUI to start the exe of the console +project with argument, for exemple when yu clique on a button i start like this +process.start("CRLF2LF.exe",arg) +where arg is a string and value is something like "c:\mydir\myfile.txt" or +"/home/user/file.txt" +So i start gui from a console with +mono ./CRLF2LFGui.exe +and when i click on my button to start the exe of the console i have this +result : + [EMAIL PROTECTED] Debug]# mono CRLF2LFGui.exe +xdg-open: unexpected argument '/root/Telechargement/Debug/win/CRLF2LF.xml' +Try 'xdg-open --help' for more information. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
