I'm trying to rename the extension for multiple files at once using batch. However I am not sure I am going in the right direction. I am learning batch scripting.
Example ABCDEFRGGT.word.docx --> ABCDEFRGGT.docx
I have tried this so far but it does not work.
cd /d C:\Users\XXXX\Documents\rename
ren '*.word.docx' *.docx