I have about 1852 video files and they all end with .br or .brx and I wanted to remove them from the file name.
What method could I use to accomplish what I asked above; to remove file extension from files with these extension characters in a batch solution to do all quickly rather than one by one?
ren *.br* *.(from within that directory)? If so, this sure seems like a lot of fuss over a "scripting request". – fixer1234 Aug 21 '16 at 18:12batch-renametag definition necessarily means a script from my interpretation as well. – Vomit IT - Chunky Mess Style Aug 21 '16 at 18:22