Page 1 of 1

How to add folder name to start of each file in the folder

PostPosted: Thu Jan 19, 2017 11:05 am
by aftabnabi
I would like to add folder name to the start of each file inside the same folder through BRU.

I have the following folders and files:

001/001.mp3
001/011.mp3
001/010.mp3
002/100.mp3
002/101.mp3
002/141.mp3

I want to get the following output:

001/001001.mp3
001/001011.mp3
001/001010.mp3
002/002100.mp3
002/002101.mp3
002/002141.mp3

Please help solve above situation with BRU.

Thanks

Re: How to add folder name to start of each file in the folder

PostPosted: Thu Jan 19, 2017 11:43 am
by Emerkamp
Hi,

Open root folder in bru

Selections (12)
Tick: Files, Subfolders

Append folder name (9)
Name= Prefix

Re: How to add folder name to start of each file in the folder

PostPosted: Thu Jan 19, 2017 12:57 pm
by aftabnabi
Thanks Emerkamp
Worked!!!