开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜