开发者

execute file .lnk in vb.net

i nee开发者_如何学Cd to execute a .lnk file in vb.net (lnk file that points at an exe file). how can i do?

shell("path/file.lnk")

don't works

thx you for help.


You didn't indicate your platform, but on Windows 7, use Process.Start to launch an application using a .lnk file:

Process.Start(pathToLink)
0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜