my problem is:
I have one folder "top" with ~ 6000 subfolders.
Every subfolder has a name like "xxxabcxxx" with always the same "x"
and different "abc" parts.
In every subfolder there is only one file named "123.jpg" and ~ 200 other files.
So we have 6000 files like "top/xxxabcxxx/123.jpg" with different abc-parts.
Now I want all 6000 "123.jpg" files to be renamed to "abc.jpg", taking the abc-part from its path - and then move all renamed files to the top folder.
I tried, but found no way to put a part of the path string into the "rename to" field.
Any ideas?

thx in adv.
m