Break

Index

Sets or clears extended Ctrl-C checking.

Syntax:

To set extended Ctrl-C checking:
BREAK On

To clear extended Ctrl-C checking:
BREAK Off

To display the current BREAK setting:
BREAK

Notes:

  • By default, whenever Dos accepts input from the keyboard or writes to the screen or printer, the keyboard buffer is checked for the Ctrl-C and Ctrl-Break combinations. If found, the current Dos command is terminated. In some cases, especially in batch programs, it is useful to have extra checks for Ctrl-C.
  • If BREAK is Off (default), Ctrl-C checking occurs only when Windows reads from the keyboard or writes to the screen or a printer.
  • If BREAK is set to On, Ctrl-C checking is extended to other functions, such as disk read and write operations and file sorting.

File Details:

Internal


This page updated on 12-Jan-99.
Please send any comments or suggestions to: Bob Watson