home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / open / unprtc.lzh / CLIPW85.UNP < prev    next >
Text File  |  1986-03-13  |  1KB  |  41 lines

  1.         How to Unprotect Clipper, Winter 85
  2.                          by the Lone Victor
  3.  
  4.      This file tells how to remove the Softguard Superlok 2.03 copy
  5. protection from Clipper Winter 85, on the file CLIPPER.W85
  6. 105984 bytes.  It will work with this file and no others.  
  7. If it doesn't work, you probably have a different file.
  8.  
  9.      With this text file you should find a binary file CLIPPER.BIN.
  10. You will need this file, ALTER, DEBUG, and your Clipper System Disk.
  11.  
  12.      Install your copy of Clipper on a hard disk as normal.  Using
  13. ALTER or a similar utility, un-hide and copy the CLIPPER.W85 file.
  14. Next, hide the file again and Un-Install Clipper.  Put your system
  15. disk away for safe keeping.
  16.  
  17.      Now, using DEBUG execute the following commands:
  18.  
  19.     debug clipper.w85
  20.     n clipper.bin
  21.     l
  22.     rbx <cr>
  23.     BX 0000            ;debug response
  24.     :1
  25.     rcx
  26.     CX 1000            ;debug response
  27.     :9C92
  28.     w
  29.     Writing 19C92 bytes    ;debug response
  30.     q
  31.  
  32.     rename clipper.bin clipper.exe
  33.     del clipper.w85
  34.  
  35.      You now have a complete working copy of CLIPPER. 
  36.  
  37.      If anyone has trouble with this copy of CLIPPR, please contact
  38. me on the Atlanta IBM-PCUG BBS at 404-433-0062.
  39.  
  40.                         The Lone Victor
  41.