批處理指令碼 - EXIT



此批命令會退出 DOS 控制檯。

語法

Exit

示例

@echo off 
echo "Hello World" 
exit

輸出

批處理檔案將終止,並且命令提示符視窗將關閉。

batch_script_commands.htm
廣告