home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / db3v11.zip / DB3P-V11.PA2
Text File  |  1989-03-21  |  3KB  |  69 lines

  1.  
  2. The new unprotected dBASEIII Plus version 1.1 has a nasty habit of making
  3. you read signon messages and asking you to acknowledge their license.
  4. This interferes with certain applications and maybe you just don't
  5. want to see your name in blazing lights on each startup.
  6.  
  7. Well, you need not have to do that if you are willing to patch your
  8. installed version. If you don't understand how to use debug, get someone
  9. that has moxie to do the following changes. Maybe, even if you got lots of
  10. moxie yourself, you should might oughta make a backup of the files before
  11. screwing around with em.
  12.  
  13. These patches worked on the files that were originally dated 7-29-86 12:00p.
  14.  
  15.                 *** All numbers that follow are in hex ***
  16.  
  17. I. Load DBASE.MSG into DEBUG and make the following changes:
  18.  
  19.         1. at 176D change the byte to 0, it was ??
  20.         2. at 1787 change the byte to 0, it was ??
  21.         3. at 17A1 change the byte to 0, it was ??
  22.         4. at 17B3 change the byte to 0, it was 54
  23.         Write the file back to disk
  24.  
  25.   NOTE: the first 3 changes are the first character of your name, your
  26.         company, and your serial number. If you want, fill the whole
  27.         range from 176D to 17D0 with 0 and obliterate all traces of
  28.         the names and the serial number.
  29.  
  30. II. Load DBASEINL.OVL into DEBUG and make the following changes
  31.  
  32.         1. at 14B2 change the byte 20 to 0
  33.         2. at 1503 change the byte 20 to 0
  34.         3. at 67CE change the byte 64 to 0
  35.         4. at 6E9  change two bytes 9A E2 to EB 03
  36.         5. at 72B  change two bytes 9A 0F to EB 03
  37.         Write the file back to disk
  38. 5755 end run
  39. 67ce dbase
  40. III. Change name of DBASE.EXE to DBASE.TMP and load into DEBUG
  41.  
  42.         1. at 8A35 change two bytes 75 E3 to 90 90
  43.         Write the file back to disk
  44.         Change the name of the file back to DBASE.EXE
  45.  
  46. That should do it.... Opps, if it didn't work aren't you glad you made
  47. that backup! hee hee
  48.  
  49. ENJOY!
  50.  
  51. **********************************************************
  52.  
  53. Additional changes  10/21/1986 (RF):
  54.  
  55. To kill other startup messages from dbase.msg:
  56.  
  57. Change byte at 2d8d to 0 to eliminate "Type a command..." prompt.
  58. Change byte at 2dfe to 0 to eliminate "Press F1..."
  59.  
  60.  
  61. In DBASEINL.OVL:
  62.  
  63. Change byte at 5755 to 0 to eliminate "*** END RUN..."
  64.  
  65. Change byte at 67ce to 0 to eliminate "dBASE II PLUS Version 1.1"
  66. ***Warning*** this will cause the VERS() function to return a null string,
  67. would definitely like to see a better answer here.
  68.  
  69.