Including folder name while mass rename
Posted: 2008-10-15, 16:02 UTC
If one folder has many files and want to separate to sub folders according to original file name pattern
For example [N1-4]/[N]
would be good for this purpose. but TC don't allow / or \ in mass renaming.
Another good example using regex is
Search (.*) - (.*) - (.*) - (.*)\.mp3
Replace $1 - $2/$3 - $2 - $4.mp3
and another suggestion. I wish i could use plugin's variable in replace box. not just name box.
For example [N1-4]/[N]
would be good for this purpose. but TC don't allow / or \ in mass renaming.
Another good example using regex is
Search (.*) - (.*) - (.*) - (.*)\.mp3
Replace $1 - $2/$3 - $2 - $4.mp3
and another suggestion. I wish i could use plugin's variable in replace box. not just name box.