- Windows explorer: It only renames them to
xxxx (y).ext
where the only thing that varies is y (an incrementing number). - Various utilities available for download: I don't like to risk running some unknown program for something that seems so simple.
- Command line
for in do
command. To prepend "3-" to every directory that starts with "60-" run:for /d %i in (60-*) do ren %i 3-%i
My thoughts as an enterprise Java developer.
Friday, February 15, 2008
Rename multiple files
Options for renaming multiple files on Windows
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment