13
9
Possible Duplicate:
Which command can I use to recursively rename or move a file in Windows?
Is there a way, through the command line, to recursively rename all .m4v files to .avi?
ren *.m4v *.avi
only works for the folder(s) selected, and ignores the folders under them, and as best I can tell there is no recursive parameter with that function.
Same question as this: http://superuser.com/questions/205083/command-line-recursive-rename-move-in-windows
– Sencer H. – 2012-01-07T10:43:20.793