Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我运行一个长批处理文件时,命令提示符挂起。但是,当按下回车键时,它会继续没有任何问题。
为什么会这样?有什么办法可以防止这种情况发生吗?
如果不能看到批处理文件本身,很难回答这样的问题。但是,根据您的描述,似乎在某处调用了pause批处理命令。这将提供你说你正在经历的行为。
pause
如果没有必要在那里暂停,您可能可以安全地删除该pause行。您可能更愿意将其注释掉。