BRC in Command line

Post any Bulk Rename Utility support requirements here. Open to all registered users.

BRC in Command line

Postby gallaxial » Tue Feb 24, 2026 8:34 pm

Hi

I want to remove on folder or files the : [ WebToolTip.com ] or WebToolTip.com ] or [ WebToolTip1.com ]
Can be dome individually , like remove Braket "[" or "]" orthe name WebToolTip.com
Work fine on GUI version but not on Batch command line
I also try the [*] on brc64 Command line no respond

I can Found Any Example of This

:idea:
gallaxial
 
Posts: 2
Joined: Tue May 24, 2022 7:02 pm

/RegExp:"Match:Replace"

Postby Luuk » Wed Feb 25, 2026 3:09 am

/RegExp:"(.*?)[[ ]*WebToolTip\d*\.com[\] ]*(.*):\1\2"

Name1 [ WebToolTip.com ].txt ---> Name1.txt
Name2WebToolTip.com ] .txt -----> Name2.txt
Name3[ WebToolTip1.com ].txt ---> Name3.txt
WebToolTip9.com] Name4.txt -----> Name4.txt
WebToolTip99.com Name5.txt -----> Name5.txt
Luuk
 
Posts: 843
Joined: Fri Feb 21, 2020 10:58 pm


Return to BRU Support