批处理脚本 - PAUSE 命令

此批处理命令提示用户并等待输入一行。

语法

Pause

示例

@echo off 
pause

输出

命令提示符将显示消息"按任意键继续......" 给用户并等待用户的输入。

❮ batch_script_commands.html