home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / DOS_HELP / PC_HELP1.ZIP / HELPDOS3.ZIP / BREAK.### < prev    next >
Encoding:
Text File  |  1985-12-27  |  700 b   |  17 lines

  1. COMMAND:  BREAK (Control Break)
  2.  
  3. FUNCTION: Controls the ability of DOS to check for a control break sequence.
  4.  
  5. FORMAT:   BREAK [ON!OFF]
  6.  
  7. TYPE:     DOS internal command
  8.  
  9. REMARKS:  ON allows DOS to detect a Ctrl-Break sequence whenever it requests
  10.           any DOS function.
  11.           OFF permits DOS to detect a Ctrl-Break sequence only during a
  12.           screen, keyboard, printer or communications operation.
  13.           An executing program is terminated whenever a control break sequence
  14.           is detected.  Entering BREAK with no arguement displays the current
  15.           state of break checking.  The default of OFF has been changed to
  16.           ON by a patch to COMMAND.COM.
  17.