Recursive move in cmd.exe
for /r and move commands can move files to a different extension recursively:
for /r %x in (*.ext) do ren "%x" *.other.ext
for /r and move commands can move files to a different extension recursively:
for /r %x in (*.ext) do ren "%x" *.other.ext
Teeman Paperpunch on tehnyt The Theme Foundry. Pidä blogia WordPress.comissa.