Can I create batch files through "Duplicate files groups"?

The best solution for finding and removing duplicate files.
Post Reply
NBRU
Posts: 19
Joined: Thu May 06, 2021 2:47 pm

Can I create batch files through "Duplicate files groups"?

Post by NBRU »

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. :|
User avatar
DigitalVolcano
Site Admin
Posts: 1717
Joined: Thu Jun 09, 2011 10:04 am

Re: Can I create batch files through "Duplicate files groups"?

Post by DigitalVolcano »

The export batch feature doesn't currently have a group no reference:


Flags:
/file - File name
/folder - Folder name


Would having "/group - group no" help?
NBRU
Posts: 19
Joined: Thu May 06, 2021 2:47 pm

Re: Can I create batch files through "Duplicate files groups"?

Post by NBRU »

Just asking,it would be nice if there is,keep the path to update the files :D
Post Reply