批处理脚本 - EXIT 命令

此批处理命令退出 DOS 控制台。

语法

Exit

示例

@echo off 
echo "Hello World" 
exit

输出

批处理文件将终止,命令提示符窗口将关闭。

❮ batch_script_commands.html