批处理文件执行后如何防止控制台自动关闭 [英] How to prevent auto-closing of console after the execution of batch file

查看:97
本文介绍了批处理文件执行后如何防止控制台自动关闭的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我可以在批处理文件的末尾添加什么命令,以防止在执行文件后自动关闭控制台?

What command can I put at the end of a batch file to prevent auto-closing of the console after the execution of the file?

推荐答案

在Windows/DOS批处理文件中:

In Windows/DOS batch files:

pause

这会打印出精美的"Press any key to continue . . . "消息

或者,如果您不希望收到"Press any key to continue . . ."消息,请执行以下操作:

Or, if you don't want the "Press any key to continue . . ." message, do this instead:

pause >nul

这篇关于批处理文件执行后如何防止控制台自动关闭的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆