Select same file

Hello,

I have create a button which select a file in the duallister at the source and at the destination:

Set SOURCE=toggle // change destination and source Select DESELECT ALLFILES // deselect all files at the "old" destination (because selected files are still selected after I call "Select SOURCETODEST") Set SOURCE=toggle // change destination and source again Select SOURCETODEST // select same file at source and destination /MyFolder\Merge\ecmerge.exe {filepath$} {filepathdest$} // compare files @nodeselect

The problem is, this only works when on the destination side one or more files are selected. Is no file is selected on the destination side the button not works.

Which is the correct solution for my problem?

By the way: How i can make comments at the code? I just use only here in my post c++ comments.

Albert

You don't need to select the destination file at all. Instead:

/MyFolder\Merge\ecmerge.exe {filepath$} {destpath$}{file$}

You might find using the External Compare and Merge Tools Script even better.

Yes this it is to much easy for me, so I not find it :blush:

Thanks :thumbsup: