Ignore unimportant-differences in Folder-Compare

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Skipper-Rainer
    Visitor
    • Apr 2015
    • 4

    Ignore unimportant-differences in Folder-Compare

    Hello,

    I'm using the following script:
    criteria rules-based
    load %1 %2
    expand all
    folder-report layout:side-by-side options:display-mismatches,ignore-unimportant output-to:"%3\0000_OrdnerVergleich_nurWichtiges.html" output-options:html-color


    In the report the unimportant changes are still displayed. Is there a possibility to hide them, as using the TRIV-Button in the GUI?

    kind regrads

    Rainer
    Last edited by Skipper-Rainer; 29-May-2015, 01:19 AM.
  • Aaron
    Team Scooter
    • Oct 2007
    • 16026

    #2
    Previously, in BC 4.0 and older, you had to set the Ignore Unimportant toggle in the graphical interface, save that as a session "IgnoreUnimportant", then load it, then set criteria, then load your folder targets.
    load IgnoreUnimportant
    criteria rules-based
    load "%1" "%2"
    etc.

    In BC4.1's beta and up, we have a Criteria option to ignore-unimportant
    criteria rules-based ignore-unimportant
    Aaron P Scooter Software

    Comment

    Working...