BREAK |
|
| Purpose: | Enable or disable Ctrl-C and Ctrl-Break |
| Format: | BREAK [ON | OFF] |
Usage:
BREAK OFF will disable all Ctrl-C and Ctrl-Break handling in TCC (though not necessarily in child processes). In CMD.EXE, BREAK OFF doesn't actually do anything, so setting it in TCC will introduce a possible incompatibility with existing batch files.