Renaming multiple files in batch

Last update on March 25, 2009 09:03 AM by deri58
Published by deri58

Renaming multiple files in batch






Renaming a large number of files can quickly become tedious. Fortunately, there are tools to automate this task in many cases:

Native features


On Windows XP and later versions of Windows, it is possible to rename multiple files at once via Explorer by selecting the files to rename, then pressing the F2 key.

Just to give a new name and press Enter. All files will be renamed and then followed by an incremented number in parentheses.

Using a third-party program


Ant Renamer

http://www.antp.be/software/renamer/
The software Ant Renamer allows renaming many files and folders with a few clicks. Its main features:
  • Change extension
  • Replacing strings by other
  • Inserting a string
  • Move Character
  • Remove several characters
  • Enumeration
  • Creation of names from MP3 Tag (ID v1.1)
  • Creation of names from the date and time of modification of the file
  • Random Names
  • Change case (uppercase, lowercase, first letter of each word in uppercase, ...)
  • Based on a list of names or a file
  • Use of images EXIF info
  • Expressions (regular expressions)



Lupas Rename


http://rename.lupasfreeware.org/

Lupas Rename proposes renaming features:
  • Rename files in recursive subdirectories
  • Integration with Shell Integration (right click on a folder)
  • Find / Replace
  • Insert characters before or after filename
  • Convert to uppercase or lowercase
  • Conversion of the first letter in uppercase or lowercase
  • Remove accented characters



The Rename

http://www.softempire.com/the-rename.html

The Rename offers advanced features for those who want to rename files:
  • Rename a series of files with a counter: pict0001.jpg, pict0002.jpg, pict0003.jpg ...
  • Rename files so that the prefix is capitalized and the extension in lowercase.
  • Conversion of file names in lowercase.
  • Rename your images with their height and width.
  • Rename your audio files (MP3, VQF, OGG and WMA) by using their internal tag
  • Use the tags (EXIF) to rename the photos
  • Removal of spaces in names
  • Support for long names
  • Added a counter to the purpose at the beginning or replace the prefix and / or suffix. (in decimal, hexadecimal or octal)
  • Invert the case of letters
  • Can search and replacements for words or characters alone.
  • Possibility to call the program from Windows Explorer with right click.
  • Remove extension



Metamorphose


http://file-folder-ren.sourceforge.net/
Metamorphose is free software (to mass rename files and directories (batch processing) with the following features:
  • Preview every item to be renamed before applying changes
  • Renamed recursive (in directories and subdirectories)
  • Ability to undo changes in case of error
  • Support for regular expressions.
  • Ability to rename MP3 files according to their ID3 tags.
  • Ability to rename images according to EXIF tags.
  • Full support of Unicode (all accented characters of all languages can be used).
Best answers for « Renaming multiple files in batch » in :
Writing in batch in text file ShowWriting in batch in text file To write in a file text, you just have to use a redirect: echo text > output_file.txt To write in an existing file: echo " Write at the end of the file ">> output_file.txt
Assembling multiple PDF files ShowAssembling multiple PDF files Intro Steps: Intro PDF creator is a software allowing you to print several files into one with its printer function. Download link http://en.kioskea.net/telecharger/telecharger-40-pdf...
Inserting text in a file ShowInserting text in a file Introduction Syntax Introduction It is sometimes useful to insert text in the header of one or more document (s) or in a specific part of the document (before or after a specific line). The publisher of...
Download EF Multi File Renamer ShowEF Multi File Renamer is a versatile tool that lets you rename multiple files or folders (including subdirectories) and all this in one step. You can define your own rules of renaming or use the rules already predefined. Advantage Complex tasks...
Download File Renamer Basic ShowDo not try any more to rename manually all your files in mass after data transfer. File Renamer BASIC is a powerful utility to rename folders, files, films, images, etc… In fact, you can easily rename folders even the entire subfolders of image or...
Download Locked Files Wizard (ex CopyLock) ShowA program, a folder or a fil used by a process can't be moved or erased. Locked Files Wizard (LFW) is a wizard allowing to move, delete or rename a file or a folder, even if it's used by a process. This program also allows to stop running process...
UNIX - Files ShowIntroduction to UNIX files In UNIX systems any element is represented in the form of a file. All files are architectured around a single tree structure where the base, called the root, is written "/". File types UNIX systems define different...