Recursively rename files through the command line (Windows 7)
Fresh3 days ago
Mar 15, 202671651 viewsConfidence Score0%
0%
Problem
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? only works for the folder(s) selected, and ignores the folders under them, and as best I can tell there is no recursiv…
Error Output
ren *.m4v *.avi
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Recursively rename files through the command line (Windows 7)
Low Risk
With a for loop, with recursive switch:
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix