Page 1 of 1

Unable to configure cropping function

PostPosted: Tue Dec 30, 2014 10:06 pm
by BDC
I apologize in advance if this post is repetitive and redundant...I'm sure the answer is here in your forum somewhere, but I've looked and haven't been able to find the answer. My issue is that I have hundreds of MP3 files that self-appended a new extension (.!ut) after the original MP3 extension on every file. So...I'm trying to use BRU to rename hundreds of files just by cropping or removing the second extension (.!ut) at the end of each file (see screenshot).

I've made several attempt with BRU and I keep cropping the wrong characters! Could someone please create a walkthru with screenshots too if possible? Any help is appreciated thanks...

Image

Remove Extension Drop Extension Double Extension

PostPosted: Wed Dec 31, 2014 4:39 pm
by Stefan
How about just

Extension(11)
[Remove]

?



- - -


FROM:
Test.1st.2nd
TO:
Test.1st

Explanation:
'.1st' is just a part of the file NAME. (because there can be only ONE extension on the whole file name)
'2nd' is the actual extension. To remove it...

USE:
Extension(11)
[Remove]

Now '1st' is automatically (by M$ design) the new extension.