home *** CD-ROM | disk | FTP | other *** search
/ Play and Learn 2 / 19941.ZIP / 19941 / COMREF / DOS5TUT / BREAK.DAT < prev    next >
Encoding:
Text File  |  1994-02-05  |  351 b   |  13 lines

  1. Explanation of the BREAK command. It 
  2. is a CONFIG.SYS  command.
  3.  
  4. This command sets or clears the extended 
  5. CTRL-C checking. It can only be used in 
  6. the Config.Sys file on your computer.
  7.  
  8. Example:
  9.        To get the extended CTRL-C checking 
  10.        you would include the following line 
  11.        in your config.sys file:
  12.             break=on
  13.