home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / cpm / sysutl / offctrlc.lbr / OFFCTRLC.DOC < prev   
Encoding:
Text File  |  1988-01-17  |  1.0 KB  |  36 lines

  1. OFFCTRLC.DOC   JANUARY 1988 By Phil Pflager
  2.  
  3. FOR:      CPM/80
  4.           Written for Osborne1 but sould run          
  5.           on any computer using CPM/80.
  6.      
  7. PURPOSE:  Disables "control C" break. Used
  8.           with programs which stop or lose 
  9.           data when ^C is hit accidentally. 
  10.  
  11.  
  12. USE:       
  13.      OFFCTRLC.COM
  14.      Run before loading Basic or the program 
  15.      you intend to use.
  16.  
  17.      OFFCTRLC.BAS
  18.      Load Basic and run the routine. Control 
  19. C  will  be  disabled until  you  reset  the 
  20. computer or run the following routine:
  21.  
  22. 10 POKE 11,201
  23. 20 END
  24.  
  25. Offctrl.bas  will not work with versions  of 
  26. Basic that relocate the bios jump table.
  27.  
  28.  
  29. DISADVANTAGES:  Not possible to reset drives 
  30. to change disks.  However if you are running 
  31. a  program  that logs onto another dirve  by 
  32. bitself this is not a problem.  If you manage 
  33. to  get  into  an endless loop  in  a  basic 
  34. program  it will be necessary to  reset  the 
  35. computer to stop it.
  36.