I need a bat script that allows you to rename all files with EXTENSION * .rar to * .cbr, you need to rename any files in the subfolders from the root directory D: \ Downloads.
The command I made is so (ren * .rar * .cbr) That way I just rename the files to the root but not the ones in the subfolders below.
Because there are many subfolders, the script is ideally recursive in order to visit all subfolders within the root.