home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / games / uprotect.zip / PRNTMSTR.TXT < prev    next >
Text File  |  1989-11-26  |  2KB  |  44 lines

  1. This patch allows the user to unprotect PrintMaster, published recently
  2. (1985) by Unison World, Inc.  The following steps assume that DEBUG.COM
  3. and the file PMMAIN.EXE are on the default disk drive.  If not, add
  4. a drive specifier (A:, B:, C:, etc.) to the file names shown below.
  5. The procedure is as follows:
  6.  
  7.      REN PMMAIN.EXE PMMAIN
  8.      DEBUG PMMAIN
  9.      S 0000 FFFE CD 13  (This should return an address in the form
  10.           xxxx:6C73, where xxxx is the current code segment.  If the
  11.           second part of the address is not 6C73, you have a different
  12.           version, and this patch probably will not work.  If it is
  13.           6C73, proceed with the following steps.)
  14.      E 6C73 90 90
  15.      E 6C7A 90
  16.      W
  17.      Q
  18.      REN PMMAIN PMMAIN.EXE
  19.  
  20. The version you have now created will run from an unprotected
  21. floppy in drive A, but since some of the file names used by the
  22. program are hard coded to be on drive A, there is another step to be
  23. performed before it can be run from the hard disk or RAM disk.
  24. The DOS command ASSIGN A=C must be executed (assuming the hard disk
  25. or RAM disk is drive C).  This will direct all calls for drive A to
  26. drive C, where the program and its files are.
  27.  
  28.  
  29. ====================================================================
  30.  
  31.   I ran across a version of The PrintMaster that did not return the
  32. addrss of xxxx:6C73.  Mine returned xxxx:6CE5 instead.  I fiddled 
  33. with it and was able to unprotect it.  
  34.    
  35.   Copy your Printmaster disk onto a blank disk and then follow the
  36. above directions substituting 6CE5 for 6C73 and 6CEC for 6C7A.
  37.   
  38.   This should successfully unprotect your version of The
  39. PrintMaster.
  40.  
  41.                          JUTHIDA
  42.  
  43. ===================================================================
  44.