break

DOS システム上で Ctrl + C キーの拡張チェック機能を設定または解除します。


break

  • help break

Output:

DOS システム上で Ctrl + C キーの拡張チェック機能を設定または解除します。

この機能は DOS システムとの互換性を維持するために用意されています。Windows 上
では何も効果はありません。

Windows プラットフォームでコマンド拡張機能を有効にして実行中の場合、
デバッガーによるデバッグ時に BREAK コマンドはハード コード ブレークポイント
を入力します。
Sets or Clears Extended CTRL+C checking on DOS system

This is present for Compatibility with DOS systems. It has no effect
under Windows.

If Command Extensions are enabled, and running on the Windows
platform, then the BREAK command will enter a hard coded breakpoint
if being debugged by a debugger.

Return Code: 1


example

空白のファイルを作成します


c:\example>break  1>zero.txt

c:\example>type zero.txt

最終更新 Sep 29, 2022 13:12 UTC
Built with Hugo
テーマ StackJimmy によって設計されています。