home *** CD-ROM | disk | FTP | other *** search
/ Phoenix CD 2.0 / Phoenix_CD.cdr / 02a / ncqpro.zip / NCQPRO.TXT
Text File  |  1990-10-18  |  2KB  |  42 lines

  1. Subject: Quattro Pro view file fix. (The patch you've all been waiting for!)
  2.  
  3. In order to make the commander view Quattro Pro files as spreadsheets,
  4. users have to make two (2) patches to the Norton Commander 3.0.
  5.  
  6. First, to make the Commander main program execute 123view for a Quattro Pro
  7. file,  NCMAIN.EXE must be patched to replace one of the extensions that
  8. already go into the 123viewer. This means that some other file type will
  9. not be automatically detected to be a spreadsheet. The extensions that
  10. can be replaced are:
  11.  
  12.    WKS        123 1A, Microsoft Works, VP Planner, Words and Figures
  13.    WK1        123 Release 2
  14.    WRK        Symphony release 1.0
  15.    WR1        Symphony release 1.1
  16.    WKT        Mosaic Twin
  17.    WRQ        Quattro (not the pro)
  18.    XLS          Windows Excel
  19.  
  20. I don't suggest replacing WKS cause lots of Clone spreadsheets use this
  21. extension. Usually if someone uses Quattro, they won't be using Mosaic
  22. Twin, so that's probably the safest one to replace.
  23.  
  24. These are located at about the file offset of 136,456 to 136,498, in the
  25. form of "*.WKS", delimited with a zero byte.  Simply change one of these 
  26. to the "*.WQ1" of Quattro Pro, using either the Norton Utilities NU.EXE
  27. or using debug.
  28.  
  29. Next, to make the 123viewer read the Quattro Pro file without giving an
  30. Invalid Version message 123VIEW.EXE must be patched to replace a version
  31. number. The patches (with offsets and file types) are:
  32.  
  33.    @3,224 (C98h)    04 04        123 1, 1A
  34.    @3,230 (C9Eh)    05 04        Symphony 1.0
  35.    @3,236 (CA4h)    06 04        123 R2, Symphony 1.1
  36.    @3,242 (CAAh)    0B 0A        Quattro
  37.    @3,248 (CB0h)    07 22        Mosaic Twin
  38.  
  39. One of these pairs of bytes should be replaced by 20 51 for the version
  40. number to be correct.
  41.  
  42.