is it possible to create a copy command with a "skipindentical-like command? At least the option is shown in the dialog that pops up if I do a normal copy (see second screen shot).
Additionally, is is possible then to rename the files (old or new doesn't matter) if they are not identical but have the same name (see first screen shot)?
This would lead to the following condition
if sameName,
if identical
skip
else
renameNew/old
end