Multi rename tool: way to find the correct offsets '[N1-3]'?

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
miskox
Member
Member
Posts: 192
Joined: 2003-06-11, 06:00 UTC

Multi rename tool: way to find the correct offsets '[N1-3]'?

Post by *miskox »

Hi all!

I was wondering if this is currently possible. For example:

I have a file named:

Code: Select all

some very long file name with numbers 123.ext
Maybe I want to MultiRename it with something like:

Code: Select all

[N1-3]-[N6-7]
I would like to have an option to highlight (or show with different colors - something like Excel does) each part of Old Filename - so I know which part is selected with each 'command' (ie [N]). I have to do trial/error to find the correct offsets (and to be sure not to include too many characters).

Code: Select all

[color=red]som[/color]e [color=orange]ve[/color]ry long file name with numbers 123.ext

Saso
#224551
User avatar
Dalai
Power Member
Power Member
Posts: 10032
Joined: 2005-01-28, 22:17 UTC
Location: Meiningen (Südthüringen)

Re: Multi rename tool

Post by *Dalai »

miskox wrote:I have to do trial/error to find the correct offsets (and to be sure not to include too many characters).
No need. Just press the "[N#-#] Range" button and select the part you want to keep/insert. In TC 9.0 there are even improvements made to this very dialog, so it's more powerful.

Regards
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64

Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
User avatar
brian
Junior Member
Junior Member
Posts: 67
Joined: 2003-09-25, 01:14 UTC
Contact:

Re: Multi rename tool

Post by *brian »

Dalai wrote:
miskox wrote:I have to do trial/error to find the correct offsets (and to be sure not to include too many characters).
No need. Just press the "[N#-#] Range" button and select the part you want to keep/insert. In TC 9.0 there are even improvements made to this very dialog, so it's more powerful.

Regards
Dalai
Jaaaaaa.... no.

this is NOT what he meant. Read again, or write a formula in Excel to see what he wanted.


To the OP:
You can't do what you want, not yet. Only slightly irrelevant tip I can give you is this:
If you want to select the LAST characters of a filename, you do that with
[N-#-1] where '#' is higher than 1. Note the minus sign betweeen N and #

If you have some files with names like:

Code: Select all

some very long file name numbers 123.ext 
some very long file name numbers 456.ext 
some very long file name with numbers 789.ext

Then, [N1-9] [N-3-1] would result in

Code: Select all

some very 123.ext 
some very 456.ext 
some very 789.ext 
And, [N1-9] [N-8-1] would result in

Code: Select all

some very bers 123.ext 
some very bers 456.ext 
some very bers 789.ext 
miskox
Member
Member
Posts: 192
Joined: 2003-06-11, 06:00 UTC

Re: Multi rename tool

Post by *miskox »

@brian: thank you very much. Very useful.

Saso
#224551
Post Reply