home *** CD-ROM | disk | FTP | other *** search
/ norge.freeshell.org (192.94.73.8) / 192.94.73.8.tar / 192.94.73.8 / pub / computers / pcjr / arc / PKARC35P.LZH / READ.ME < prev   
Text File  |  1987-05-17  |  2KB  |  66 lines

  1.  
  2.                PKARC v3.5
  3.  
  4. PKARC v3.5 added a configuration file to allow the compatibility
  5. option defaults to be changed.  Although the ability to change
  6. the defaults is a good idea, the implementation is poor because
  7. (1) an environment variable is usually needed to point to the
  8. configuration file, (2) the configuration file wastes disk
  9. space, and (3) it takes time to open and process the file
  10. whenever PKARC is run.  It would have been much better if the
  11. compatibility option defaults were simply specified with the
  12. environment variable directly, making the file unnecessary!
  13.  
  14. If, like me, you want to change the default(s), but you don't
  15. want to set up the configuration file, the simplest method is
  16. to patch the program to permanently change the defaults.  The
  17. two patch files OC and OT are DEBUG scripts which will patch
  18. PKARC v3.5 (and NO OTHER VERSION) to change the two defaults.
  19. Otherwise the operation of PKARC is UNAFFECTED: even the -nc
  20. and -nt switches and the configuration file will still work!
  21.  
  22. Remember to back up PKARC.COM before attempting to patch it
  23. just in case something goes wrong!
  24.  
  25.  
  26.                COMPRESSION DEFAULT
  27.  
  28. To change the compression default to be fully compatible with
  29. ARC v5 (i.e. no "squashing") run:
  30.  
  31. DEBUG PKARC.COM <OC
  32.  
  33. At the beginning of the script, there are 4 commands to display
  34. the areas to be patched.  Be sure that the display is EXACTLY
  35. like the following:
  36.  
  37. -u 568 568
  38. 2210:0568 C706BAEA0100  MOV     WORD PTR [EABA],0001
  39. -u 5a7 5a7
  40. 2210:05A7 C706BAEA0000  MOV     WORD PTR [EABA],0000
  41. -u 121d 121d
  42. 2210:121D 7530          JNZ     124F
  43. -u 486b 486b
  44. 2210:486B 7405          JZ      4872
  45.  
  46.  
  47.               TIME DEFAULT
  48.  
  49. To change the time (and date of the ARChive file) default to be
  50. fully compatible with ARC v5 (i.e.  no "squashing") run:
  51.  
  52. DEBUG PKARC.COM <OT
  53.  
  54. At the beginning of the script, there are 4 commands to display
  55. the areas to be patched.  Be sure that the display is EXACTLY
  56. like the following:
  57.  
  58. -u 55a 55a
  59. 2210:055A C706BEEA0100  MOV     WORD PTR [EABE],0001
  60. -u 599 599
  61. 2210:0599 C706BEEA0000  MOV     WORD PTR [EABE],0000
  62. -u 14cb 14cb
  63. 2210:14CB 7411          JZ      14DE
  64. -u 48a7 48a7
  65. 2210:48A7 7405          JZ      48AE
  66.