This patch allows the user to unprotect PrintMaster, published recently (1985) by Unison World, Inc. The following steps assume that DEBUG.COM and the file PMMAIN.EXE are on the default disk drive. If not, add a drive specifier (A:, B:, C:, etc.) to the file names shown below. The procedure is as follows: REN PMMAIN.EXE PMMAIN DEBUG PMMAIN S 0000 FFFE CD 13 (This should return an address in the form xxxx:6C73, where xxxx is the current code segment. If the second part of the address is not 6C73, you have a different version, and this patch probably will not work. If it is 6C73, proceed with the following steps.) E 6C73 90 90 E 6C7A 90 W Q REN PMMAIN PMMAIN.EXE The version you have now created will run from an unprotected floppy in drive A, but since some of the file names used by the program are hard coded to be on drive A, there is another step to be performed before it can be run from the hard disk or RAM disk. The DOS command ASSIGN A=C must be executed (assuming the hard disk or RAM disk is drive C). This will direct all calls for drive A to drive C, where the program and its files are. ==================================================================== I ran across a version of The PrintMaster that did not return the addrss of xxxx:6C73. Mine returned xxxx:6CE5 instead. I fiddled with it and was able to unprotect it. Copy your Printmaster disk onto a blank disk and then follow the above directions substituting 6CE5 for 6C73 and 6CEC for 6C7A. This should successfully unprotect your version of The PrintMaster. JUTHIDA ===================================================================