http://bugzilla.novell.com/show_bug.cgi?id=503081
http://bugzilla.novell.com/show_bug.cgi?id=503081#c1 Gonzalo Paniagua Javier <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |FIXED --- Comment #1 from Gonzalo Paniagua Javier <[email protected]> 2010-04-06 19:07:04 UTC --- "Process.Start (string)" takes a file name as an argument, which is the program you want to run. In your case, you should use Process.Start ("perl", "'test space.pl'"); -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
