Computer and Software Support


DOS Command Break

Syntax:

BREAK
BREAK on|off

Internal command

Purpose: Used from the DOS prompt or in a batch file or in the CONFIG.SYS file to set (or display) whether or not DOS checks for a Ctrl + Break key combination.

 

Discussion

DOS normally detects a press of the Ctrl + Break or Ctrl + C key combination only while checking for keyboard input or while sending characters to the screen.

Some application programs automatically reset BREAK (either ON or OFF); this will cancel the BREAK options you set.

 

Examples

Enter

break on

to tell DOS to check for the Ctrl + C key combination. To determine the current BREAK setting, enter

break

This page is from http://www.easydos.com. I pasted it on my website to avoid possible broken links. For further help with DOS commands, Check easydos.com out.