Hi,

in windows this will leave Vlc open but under mono in linux Vlc will close
with the Program.
How can i force Linux to respect the windows behavior.

[code]
using System.Diagnostics;
using System.Threading;

class Program
{
    static void Main(string[] args)
    {
        Process.Start("vlc");
        Thread.Sleep(1000);
    }
}
[/code]
-- 
View this message in context: 
http://mono.1490590.n4.nabble.com/Process-in-Mono-different-from-Net-tp3094257p3094257.html
Sent from the Mono - General mailing list archive at Nabble.com.
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to