Important
このコマンドは使用されなくなりました。 既存の MS-DOS ファイルとの互換性を維持するためにのみ含まれていますが、この機能は自動であるため、コマンド ラインには影響しません。
MS-DOS システムの拡張 Ctrl + C チェックを設定またはクリアします。 If used without parameters, break displays the existing setting value.
If command extensions are enabled and running on the Windows platform, inserting the break command into a batch file enters a hard-coded breakpoint if being debugged by a debugger.
Syntax
break=[on|off]
Note
break コマンドは効果がないため、空のファイルを作成したり、既存のファイルの内容を削除したりするためによく使用されます。 For example:
rem -- cleans the content of the file --
break>log