How to display only the available files in both folders in report usingFolder compare

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dinesh1393
    Enthusiast
    • Jan 2018
    • 23

    How to display only the available files in both folders in report usingFolder compare

    Hi Aaron,
    I am using below script to compare two folders.
    What I want is, in the report, I need to display only the mismatched files which should be available in both folders .
    I mean, the file name which is present in both folders only should be compared.
    But my script is displaying the mismatched files along with file names which are not present in either side.
    Can you give me sample script which will display the report like I mentioned above.

    log %4
    Criteria Binary
    load "%1" "%2"
    expand all
    select all.files
    folder-report layout:side-by-side options:display-mismatches output-to:"%3" output-options:html-color

    also, the include-file-links option will work in Beyond Compare 3? If so,can you suggest me how to implement this as well.

    Thanks in Advance,
    Dinesh
  • RodolfoGiovanninetti
    Veteran
    • Oct 2007
    • 336

    #2
    If, instead of "display-mismatches", You use "display-mismatches-no-orphans", does it work?


    Regards

    Rodolfo Giovanninetti

    Comment

    • dinesh1393
      Enthusiast
      • Jan 2018
      • 23

      #3
      Thank you Rodolfo, Its working as expected.

      Also, can you confirm me the include-file-links will work in Beyond Compare 3?

      Comment

      • RodolfoGiovanninetti
        Veteran
        • Oct 2007
        • 336

        #4
        I do not see it in the help, so I do not think it exists.
        What happens if You try to use it?
        Otherwise, it is better that Aaron replies.


        Regards

        Rodolfo Giovanninetti

        Comment

        • dinesh1393
          Enthusiast
          • Jan 2018
          • 23

          #5
          Its returning the error code 106.

          Comment

          • Aaron
            Team Scooter
            • Oct 2007
            • 15997

            #6
            Include-file-links is a BC4 feature, and not available in BC3. You can install the trial of BC4 alongside BC3 without removing/altering BC3 if you would like to try it out:
            http://www.scootersoftware.com/download.php
            Aaron P Scooter Software

            Comment

            Working...