home *** CD-ROM | disk | FTP | other *** search
/ Various Unprotection Examples / unprotect.zip / unprotect / COPYPROT / FOCUSNEW.UNP < prev    next >
Text File  |  1985-04-08  |  896b  |  25 lines

  1. The following fix will eliminiate the bothersome requirement to
  2. insert the FOCUS "activator" diskette in the A-drive everytime you
  3. bring FOCUS up.   This change was made to a version of FOCUS
  4. that had file dates of 05/11/84.  Be sure that you verify the code
  5. that is in place before applying this zap.
  6.  
  7. RENAME FCPCINIT.EXE FCPCINIT.XXX
  8. DEBUG FCPCINIT.XXX
  9.   U 22AB L 5
  10. (You should see "9A C5 02 14 02   CALL  0214:02C5"  display on the screen)
  11.   E 22AB 90 90 90 90 90
  12.   W
  13.   Q
  14. RENAME FCPCINIT.XXX FCPCINIT.EXE
  15.  
  16.  
  17. That all there is to it.   Have fun.
  18.  
  19.                               The Ancient Mariner
  20. Note added 6 DEC 84
  21. Same procedure continues to work, only 5 bytes want to no-op
  22. are at location 0C57:23E0
  23. What you see at that location is CALL 021C:02C5
  24.  
  25.