home *** CD-ROM | disk | FTP | other *** search
- ------------------------ BREAK - Internal DOS Command -------------------------
-
- BREAK instructs DOS to check for a Control-Break each time a program requests
- DOS to perform an operation.
-
- FORMAT: BREAK [ON | OFF]
-
- REMARKS:
-
- ON - instructs DOS to check for a Control-Break whenever a program requests
- a DOS operation.
-
- OFF - instructs DOS to check for a Control-Break only during screen,
- keyboard, printer or communications operations. This is the default
- setting when DOS is started.
-
- BREAK with no parameters shows the current "break" state (on or off).
-
- NOTE: You can also specify BREAK=ON in your configuration file (CONFIG.SYS),
- to activate the same extended Control-Break checking.
-
-
- EXAMPLE: Turn BREAK on:
-
- BREAK ON