Visual studio .SLN执行Exe文件/.VBS脚本

发布于 2024-10-08 09:31:08 字数 62 浏览 0 评论 0原文

打开 Visual Studio Solution(.sln) 时如何启动 .Exe 文件或 .VBS 脚本?

How to launch .Exe file or .VBS script when visual studio solution(.sln) is opened ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

秋千易 2024-10-15 09:31:08

将 .SLN 文件与您自己的可执行文件(而不是 devenv)关联。在可执行文件中,如果打开的解决方案匹配,则删除必要的文件。然后执行 devenv 并将解决方案完整路径和名称作为参数传递。

Associate a .SLN file with your own executable instead of devenv. In your executable, if the solution being opened matches then delete the necessary files. Then execute the devenv and pass the solution full path and name as a parameter.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文