Announcement

Collapse
No announcement yet.

Override quick test result option

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • Override quick test result option

    All,

    New to beyond-compare. I tried to write a script with criteria as below...

    criteria crc timestamp

    But the crc always override the timestamp. How do I get the criteria like you can un-check "Override quick test result option" using gui?

    Thanks,
    Eddie

  • #2
    Unfortunately, that option is not exposed/toggle-able in script. You will need to create a Folder Compare session, set the option, and then load that session first. You can set your other comparison criteria in that session. If you load a session in script, and then load a pair of folders, the session settings will apply for those folders, for example:
    log c:\log.txt
    load ComparisonCriteriaSessionName
    load "c:\folder1" "c:\folder2"
    expand all
    sync update:left->right
    Aaron P Scooter Software

    Comment

    Working...
    X
    😀
    🥰
    🤢
    😎
    😡
    👍
    👎