how to add "]" to the beginning of a text.

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
Majkelz
Junior Member
Junior Member
Posts: 2
Joined: 2020-08-06, 09:33 UTC

how to add "]" to the beginning of a text.

Post by *Majkelz »

Hi all,

So i have "Samplefilename" and need to add various symbols at the start of name, i use multi-rename tool and everything works fine until i try to add "]". I get error. Is there any way around it?
User avatar
Dalai
Power Member
Power Member
Posts: 10024
Joined: 2005-01-28, 22:17 UTC
Location: Meiningen (Südthüringen)

Re: how to add "]" to the beginning of a text.

Post by *Dalai »

Since the square brackets are used to enclose the placeholders, they can't be used as is as part of the filename. If you want a literal square bracket in your filename you have to enclose it in square brackets as well. To add a closing square bracket:

Code: Select all

[]]
or an opening square bracket:

Code: Select all

[[]
This is also mentioned in TC's help; press F1 when the MRT is open.

BTW: If you use a recent enough TC version, these square brackets can also be inserted via the [+] menu (right next to the [N] Name button).

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
Majkelz
Junior Member
Junior Member
Posts: 2
Joined: 2020-08-06, 09:33 UTC

Re: how to add "]" to the beginning of a text.

Post by *Majkelz »

thank you
Post Reply