[Mono-devel-list] bug in System.Diagnostics.Process
Borja Sánchez Zamorano
borsanza at terra.es
Sun Mar 21 16:13:44 EST 2004
Hello, I try this code and it run correctly:
System.Diagnostics.Process.Start("mini.exe");
and try this and run correctly:
System.Diagnostics.Process.Start("mono");
but, I try this and only run mono without arguments
System.Diagnostics.Process.Start("mono","mini.exe"); // I want this -> "mono mini.exe"
System.Diagnostics.Process.Start("mono","--profile mini.exe"); // I want this -> "mono --profile mini.exe"
I use the tarball of mono 0.31, any help?
Thanks
BorSanZa
--
Borja Sánchez Zamorano <borsanza at terra.es>
More information about the Mono-devel-list
mailing list