home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / utils / miscutil.zip / PCKWKPAT.ZIP / PCKWKPAT.DOC next >
Text File  |  1987-08-05  |  2KB  |  38 lines

  1. Did you see the writeup in the August issue of PC Tech Journal about disk
  2. cacheing?  They have good things to say about Super PC-Kwik.  Have you seen
  3. the shareware version of PC-Kwik, usually found in the arc file
  4.  
  5.     SHAREPCK.ARC
  6.  
  7. If you have tried it, you probably got disgusted looking at all 6 (count
  8. em, 6) of the opening screens.  The following is a simple patch to stop the
  9. screen display of the 6 opening screens, and also the necessity of hitting
  10. return 6 times.  The first patch gets rid of the call to the subroutine
  11. which displays the screens and waits for the ENTER keys.  The second part of
  12. the patch is necessary because the writers were sneaky.  They incremented a
  13. counter each time you pressed enter, and later they check this counter and
  14. reboot your system if the counter is not equal to 6.  What is this?  Reminds
  15. me of copy protection in a so-called "shareware" program.
  16.  
  17. I created this patch mainly because I enjoy tinkering with the innards of such
  18. programs.  It is not my intention to deprive MultiSoft Corporation of their
  19. right to registration fees if you use their program.  As a matter of fact, I
  20. encourage you to register your copy if you use it regularly.  Shareware will
  21. only work if we support it.  However, I resent anyone who releases a program
  22. as "shareware" and then makes you look at six screens of advertising every
  23. time you use the program.
  24.  
  25. On to the actual operation.  Extract the files from the Sharepck.arc file,
  26. and copy three files onto a blank, formatted floppy disk.  The three files
  27. are:
  28.       1.  SHAREPCK.COM      The "shareware" version of PC-KWIK
  29.       2.  DEBUG.COM         from your DOS disk.  Any version >= 2.00
  30.       3.  PCKWKPAT.SCR      The other file that come along with this doc file
  31.  
  32. Make the disk drive containing the new floppy the default drive, and then
  33. type in:
  34.          DEBUG   <PCKWIKPAT.SCR
  35.  
  36. This will alter the SHAREPCK.COM file.
  37.  
  38.