home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / open / protect.lzh / STARTREK.UNP < prev    next >
Text File  |  1986-01-20  |  767b  |  28 lines

  1. To unprotect "StarTrek: The Kobayashi Alternative" and allow it to be used from
  2. hard disk:
  3.  
  4. Copy ST.EXE from the original diskette to a new disk or directory.  e.g.
  5.     copy st.exe b:
  6.  
  7. Then, using DEBUG (in drive A):
  8.  
  9. >      b:
  10. B>      rename st.exe *.x
  11. B>      a:debug st.x
  12. -      u c2b1 L 2<CR>
  13. xxxx:C2B1 740C        JZ    91BF
  14.       Note: If the above line does not show the indicated contents, then do
  15.             not proceed with this patch.
  16. *******EXCEPT NOTE I found 740C  JZ C2BF and the patch still worked!*********
  17. -      a c2b1<CR>
  18. xxxx:C2B1 jmp c2be<CR>
  19. xxxx:C2B3 <CR>
  20. -      w<CR>
  21. Writing 50617 Bytes
  22. -      q<CR>
  23. B>      rename st.x *.exe
  24.  
  25.  
  26. ST.EXE can now be executed from a backup disk or from a hard disk (or even a
  27. ram disk, which will speed it up significantly).
  28.