protected void Button1_Click(object sender, EventArgs e)
{
System.Diagnostics.Process p = new System.Diagnostics.Process();
System.Diagnostics.ProcessStartInfo pinfo = new System.Diagnostics.ProcessStartInfo(@"E:\FPTree.exe");
//pinfo.Arguments=" ";如果有参数需要设置
p.StartInfo = pinfo;
p.Start();
}
相关文章:
-
2022-12-23
-
2022-12-23
-
2021-06-30
-
2022-12-23
-
2021-05-07
-
2022-12-23
-
2022-12-23
-
2021-05-15
猜你喜欢
-
2022-12-23
-
2022-01-02
-
2022-12-23
-
2022-12-23
-
2022-12-23
-
2021-08-05
-
2022-12-23
相关资源
-
下载
2022-12-21
-
下载
2023-01-06
-
下载
2023-03-22
-
下载
2023-01-02