控制台应用程序的返回码
我有一个控制台应用程序。它将从命令提示符执行。它将从 main 方法返回 0 或 1。我如何知道应用程序返回什么值?
Possible Duplicate:
How do I get the application exit code from a Windows command line?
I have a console application. It will be executed from command prompt. It will return either 0 or 1 from main method. How can I know that what value is returned by the application?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
假设您使用的是 Windows(C# 标签)
Assuming you're on Windows (C# tag)
如果您使用 C# 中的 Process 类运行命令行应用程序:
如果您在 C++ 中需要这个,因为您也提供了该 TAG,我无法为您提供太多帮助。
您应该选择这些标签之一,或者您是否在问题中添加了不相关的标签?
If you run the command line app with the Process class in C#:
If you need this in C++ since you gave that TAG too, I cannot help you much.
You should choose one of those tags, or have you put unrelated tags into the question?