View Single Post
Old 07-12-2008, 19:51   #3
||ElChE||88
Senior Member
 
Iscritto dal: Dec 2003
Messaggi: 4907
using System.Diagnostics;

...

Process p = new Process();
p.StartInfo.FileName = @"C:\Boh\boh.exe";
p.StartInfo.Arguments = "quelchevuoi";
p.Start();
||ElChE||88 è offline   Rispondi citando il messaggio o parte di esso