Hi,
I'm trying to  use BRC to change my file names from this format: ©_Stan_Tess_20180512_0392 copy.jpg  to this format: _stan_tess_20180512_0392.jpg   I hve a problem with the  © symbol.  I have tried :  BRC64.exe /QUIET /DIR:"Q:\Digital Photographs\Gallery\WOW Slider Corrected\Incoming WOW Slider Corrected\images"  /REMOVECHARS:©  /REPLACECS: _Stan_Tess_:_stan_tess_ /REMOVEFROMTO:25:255 /EXECUTE   and  BRC64.exe /QUIET /DIR:"Q:\Digital Photographs\Gallery\WOW Slider Corrected\Incoming WOW Slider Corrected\images" /REGEXP:(©):() /REPLACECS: _Stan_Tess_:_stan_tess_/REMOVEFROMTO:25:255 /EXECUTE   and  BRC64.exe /QUIET /DIR:"Q:\Digital Photographs\Gallery\WOW Slider Corrected\Incoming WOW Slider Corrected\images"  /REPLACECS:© _Stan_Tess_:_stan_tess_/REMOVEFROMTO:25:255 /EXECUTE but none of these work.  I have used this: BRC64.exe /QUIET /DIR:"Q:\Digital Photographs\Gallery\WOW Slider Corrected\Incoming WOW Slider Corrected\images" /REMOVEFIRSTN:1 /REPLACECS: _Stan_Tess_:_stan_tess_/REMOVEFROMTO:25:255 /EXECUTE  which works but this is not a great solution because if I happen to run it multiple times on the same file it keeps removing the first character in the file name shortening the name.   The  /REMOVECHARS:© would be the desired solution if it would work.
This is on Win 10 and with the latest copy of BRC.
			
		
