Discussione
:
[C#]Far partire in processo
View Single Post
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
Visualizza profilo pubblico
Altri messaggi di ||ElChE||88