开发者

How can I call a .exe file W/unknown Path?

开发者 https://www.devze.com 2023-04-08 11:57 出处:网络
How can I call a .exe file W/unk开发者_运维技巧nown Path which installed on the machine in C#?

How can I call a .exe file W/unk开发者_运维技巧nown Path which installed on the machine in C#?

Process.Start(?); 


Process.Start("myExeFileName.exe");

You'll need to hope that the system search path includes the path where the executable lives, or that it has registered an APPPATH.

0

精彩评论

暂无评论...
验证码 换一张
取 消