home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / break.hlp < prev    next >
Encoding:
Text File  |  1989-01-01  |  768 b   |  18 lines

  1. BREAK [=] ON
  2.     or
  3. BREAK [=] [OFF] 
  4.  
  5. BREAK is an internal command that tells DOS how frequently to test for 
  6. Ctrl-Break to break (interrupt, terminate) an executing program. 
  7.  
  8. Using the command BREAK ON makes a program interruptable anytime it uses
  9. a DOS function, which is frequently.
  10.  
  11. Using the command BREAK OFF causes a program to be interruptable ONLY when
  12. it is performing input/output to the screen, the keyboard, a printer port, 
  13. or a communications port. This is less frequently. BREAK OFF is the default.
  14.  
  15. Entering BREAK with no options causes the current BREAK status (ON or OFF) 
  16. to be displayed. BREAK can also be set by the BREAK line in the CONFIG.SYS
  17. file.
  18.