home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / MOUSE / NC30MCI.ZIP / PATCH.MCI
Encoding:
Text File  |  1991-01-06  |  1.0 KB  |  37 lines

  1. SYMANTEC CORPORATION
  2. PETER NORTON PRODUCT GROUP
  3.  
  4. January 2, 1991
  5. --------------------------
  6.  
  7.                PATCH TO ALLOW COMMANDER MAIL
  8.                     TO USE COM3 OR COM4
  9.  
  10.                NORTON COMMANDER VERSION 3.0
  11.  
  12. In order to get the Commander Mail module of the Norton
  13. Commander to address either COM3 or COM4 in place of COM1
  14. or COM2, you will need to patch the MCIDRIVR.EXE program.
  15.  
  16. The program messages will still refer to COM1 and COM2, but
  17. COM3/4 will actually be used.
  18.  
  19. In the MCIDRIVR.EXE program two bytes need to be changed:
  20.  
  21. At offset 10FD8H change the byte from F8H to E8H.
  22. At offset 10FDAH change the byte from F8H to E8H.
  23.  
  24. Reverse the changes to go back to COM1/COM2.
  25.  
  26. Using DISKEDIT.EXE in Norton Utilities 5.0 (or NU.EXE in Norton
  27. Utilities 4.0 or 4.5) is the easiest way to make the change, or
  28. you can use DOS's DEBUG if you know how to use it to patch .EXE
  29. files (this is left as an exercise for the reader).
  30.  
  31.  
  32. Sincerely,
  33.  
  34. Technical Support Group
  35. (Courtesy of John McNamee)
  36.  
  37.