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

  1.     BREAK=ON
  2. or
  3.     BREAK=OFF 
  4.  
  5. BREAK=ON causes DOS to check for a Ctrl-Break key combination whenever it 
  6. performs ANY function for a program.  This allows you to abort programs 
  7. that are executing more frequently than when the BREAK condition is off. 
  8.  
  9. BREAK=OFF causes DOS to check for a Ctrl-Break key combination ONLY when 
  10. DOS is performing input or output to the console (screen or keyboard) or
  11. the printer. This limits the frequency that the Ctrl-Break key combination 
  12. will effectively abort the executing program. BREAK=OFF is the default.
  13.