I have a few hundred files in directory that have .deploy some are .html others are .js or .css
What I want to do is remove the .deploy from all files in the directoryX and the child directories. I have tried using the ren *.html.deploy *.html and the output is .html.html.
I dont use cmd a lot so I am not very familiar with the commands or what terms I should be using with google.
Have you tried: