使用Visual Studio 2010编译后执行exe文件或bat文件

发布于 2024-10-19 13:37:35 字数 150 浏览 3 评论 0原文

我会在C++程序编译结束后执行exe文件或bat文件。我怎么能这样做呢?

编辑1 这是我的实际命令行:

start "C:\mypath\myexe.exe myarguments"

I would execute an exe file or a bat file after that the compilation of a C++ program ends. How could I do this?

EDIT 1
This is my actual command line:

start "C:\mypath\myexe.exe myarguments"

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

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

发布评论

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

评论(2

如梦亦如幻 2024-10-26 13:37:35

查看 C++ 项目配置属性中的“构建事件”部分。您可以在此处定义在项目构建之前、链接器运行之前以及项目构建之后运行的命令。

Check out the "Build Events" section in your C++ project's configuration properties. Here you can define commands to run before the project builds, before the linker runs, and after the project has built.

秋日私语 2024-10-26 13:37:35

在项目属性中检查构建后事件命令行。

Check Post Build Event command line, in the Project properties.

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