Page 1 of 1

Can not remove in command line

PostPosted: Tue May 24, 2022 7:13 pm
by gallaxial
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()

Re: Can not remove in command line

PostPosted: Tue May 24, 2022 8:41 pm
by therube
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"