Script to compare files only if available on both sides

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Pravin
    New User
    • Feb 2018
    • 1

    Script to compare files only if available on both sides

    I wrote a script which compares files on both folder.
    But I need the comparison to happen only if the files are available on both sides.

    Any suggestions?
  • Aaron
    Team Scooter
    • Oct 2007
    • 15996

    #2
    Hello,

    Is the report showing the file contents based on selecting them and then generating a report on the selection? If so, modify the select command to be:
    expand all
    select diff.files newer.files older.files
    text-report .....

    If it is a folder-report, use the options:display-mismatches-no-orphans or options:display-no-orphans

    If you are still having any trouble, could you post your script here?
    Aaron P Scooter Software

    Comment

    Working...