System.Diagnostics.Process p = new Process();
ProcessStartInfo si = new ProcessStartInfo();
si.FileName = fileName;
// si.Arguments = "-s " + hs.HostService.ID;
//si.WorkingDirectory = Path.GetDirectoryName(fileName);
si.WindowStyle = ProcessWindowStyle.Normal;
si.UseShellExecute = true;//为true,则用默认的打开方式打开,如果是exe等,设置为false
ProcessStartInfo si = new ProcessStartInfo();
si.FileName = fileName;
// si.Arguments = "-s " + hs.HostService.ID;
//si.WorkingDirectory = Path.GetDirectoryName(fileName);
si.WindowStyle = ProcessWindowStyle.Normal;
si.UseShellExecute = true;//为true,则用默认的打开方式打开,如果是exe等,设置为false
p.StartInfo = si;
p.Start();
上面的是自己程序中使用过的
详细的介绍,可以参考:
在C#中调用其它程序
有事Q我:
姓名:颜昌钢
联系方式:yanchanggang@boco.com.cn
电话:13886086508
QQ:95550107
公司:亿阳集团武汉分公司
移动飞信:647360243