home *** CD-ROM | disk | FTP | other *** search
/ RBBS in a Box Volume 1 #2 / RBBS_vol1_no2.iso / 009z / prntshop.unp < prev    next >
Text File  |  1986-02-23  |  640b  |  26 lines

  1. This one works friends....
  2.  
  3.     Print Shop has TWO different protection schemes.. the first looks
  4. for a special floppy in drive A:, the second works for the harddrive install
  5. (that a simple backup/restore will cause your install to be wiped out..)
  6.  
  7. Step 1: Floppy protection -
  8.  
  9. >debug psinit.ovr
  10. -a 2a3
  11. xxxx:02a3 mov ax,0000
  12. xxxx: ..  jmp 0315
  13. xxxx: ..(cr)
  14.  
  15. this eliminates the look for the floppy....
  16.  
  17. Step 2: Harddrive protection - (very simple, always go for the floppy)
  18.  
  19. -a 222
  20. xxxx:0222 jmp 025f
  21. xxxx: ..(cr)
  22. -w
  23. -q
  24.  
  25. all done..
  26.