hey jungs und mädels

ich hab mal ne frage...

Process p = new Process();
p.StartInfo.FileName = "bouncer.exe";
p.StartInfo.Arguments = "--port 00000 --socks5 --s_user 000 --s_password 0000 --daemon";
p.Start();

wenn ich dies so ausführe fragt mich WIN XP ob ich es ausführen möchte oer nicht.... nun wollte ich mal fragen ob es irgendwie möglich ist es im hintergrund zu starten ohne das die meldung kommt...

danke!!!


danke!