Can not remove in command line

Bulk Rename Utility How-To's

Can not remove in command line

Postby gallaxial » Tue May 24, 2022 7:13 pm

I use the Command line app

it s impossible to remove a CHR "-" with batch files ,but work with the apps GUI
i try to option in the app but do not see it
its possible to remove all Charactere except -> a-zA-Z0-9()
gallaxial
 
Posts: 1
Joined: Tue May 24, 2022 7:02 pm

Re: Can not remove in command line

Postby therube » Tue May 24, 2022 8:41 pm

Not quite sure I'm following, but...

brc32 /removechars:-
- removes dashes

brc32 /removechars:-$!
- removes dashes, dollar signs & exclamation points

brc32 /stripsymbols:
- removes "!£$%^&*()-_=+[]{};:'@#~,.<>/?\\|`¬¦"

brc32 /striphigh:
- removes "all characters beyond ASCII value 127 from the name"
therube
 
Posts: 1310
Joined: Mon Jan 18, 2016 6:23 pm


Return to How-To