Can I create batch files through "Duplicate files groups"?
Posted: Mon Oct 18, 2021 8:08 pm
Example:
Duplicate files:
191398850.txt F:\Folders\MTP\ group1
191398850.txt F:\Folders\BMK\202108\6000\ group1
batch:
moveto "F:\Folders\MTP\","F:\Folders\BMK\202108\6000\191398850.txt"
moveto "(F:\Folders\MTP\)
","/folder\/file"
I want to call the path of another file in the same group.
Duplicate files:
191398850.txt F:\Folders\MTP\ group1
191398850.txt F:\Folders\BMK\202108\6000\ group1
batch:
moveto "F:\Folders\MTP\","F:\Folders\BMK\202108\6000\191398850.txt"
moveto "(F:\Folders\MTP\)

I want to call the path of another file in the same group.
