Need Help: Move files out of the folders and include the original folder name in the filenames.

Advanced Renamer forum
#1 : 05/03-20 04:05
hdd113
hdd113
Posts: 2
Example) Suppose this files exist:
ParentFolder\(123456)FolderA\01.txt
ParentFolder\(123456)FolderA\02.txt
ParentFolder\(123456)FolderA\03.txt
ParentFolder\(587234)FolderB\01.txt
ParentFolder\(587234)FolderB\02.txt

I want these to be:
ParentFolder\(123456)FolderA_01.txt
ParentFolder\(123456)FolderA_02.txt
ParentFolder\(123456)FolderA_03.txt
ParentFolder\(587234)FolderB_01.txt
ParentFolder\(587234)FolderB_02.txt

Can you use AR to achieve this? What are the options?


05/03-20 04:05
#2 : 05/03-20 13:22
David Lee
David Lee
Posts: 1125
Enter all your files into the list.

Select Batch mode: Move and set Output older to "ParentFolder"

Add Renaming method: Add
Add: <DirName:1>_
At index: 0

Th renamed files will be moved into ParentFolder but the original sub-folders will remain and have to be deleted manually.


05/03-20 13:22