「batファイル」exitでバッチ処理を終了し、コマンドプロンプトを消すサンプル
書式
exit
使用例
@echo off rem メッセージを出力 echo message is AAA rem 処理を中止 exit rem 処理が到達しない echo message is BBB
Coding Changes the World
書式
exit
使用例
@echo off rem メッセージを出力 echo message is AAA rem 処理を中止 exit rem 処理が到達しない echo message is BBB