home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / utils / easyun.zip / CONTRAP.TXT < prev    next >
Text File  |  1986-02-28  |  768b  |  27 lines

  1. To unprotect "Contraptions" and allow it to be used from hard disk:
  2.  
  3. Copy CONTRAP.EXE a new disk or directory.  Also copy all the *. files, e.g.
  4.     copy contrap.exe b:
  5.     copy *. b:
  6.  
  7. Then, using DEBUG (in drive A):
  8.  
  9. >      b:
  10. B>      rename contrap.exe *.x
  11. B>      a:debug contrap.x
  12. -      u 5d6d L 2<CR>
  13. xxxx:5D6D CD13        INT    13
  14.       Note: If the above line does not show the indicated contents, then do
  15.             not proceed with this patch.
  16. -      a 5d6d<CR>
  17. xxxx:5D6D jmp 5d71<CR>
  18. xxxx:5D70 <CR>
  19. -      a 5d9f<CR>
  20. xxxx:5D9F mov di,3<CR>
  21. xxxx:5DA2 jmp 5dd5<CR>
  22. xxxx:5DA5 <CR>
  23. -      w<CR>
  24. Writing B7A4 Bytes
  25. -      q<CR>
  26. B>      rename contrap.x *.exe
  27.