Batch File Rename/Copy/Merge

Regular_expression_replace  Batch_download 
Batch File Renamer
* Can search or select file from folders, or get filename list from text file.
* Can sort files by any attibute, supports new filename preview.
* Can batch rename files by specifying prefix,suffix,extension
* Can search and replace strings on filename, supporting regular expression
* Can cut and re-organize filename, or adding sequence no with desired length
* Can extract html title or first line from file content as new filename
* Can extract any part from file content as new filename
* Can extract and combine ID3 tags from MP3 file
* Supports unlimited rules on filename by applying function on filenames.
* Provides a drop-down list with more than 30 comprehensive file rename templates

Batch Rename Files

By clicking "Batch Runner" toolbar or menu, a dialog will be poped-up:

First of all, user need to select source files in 3 ways:

* By clicking "Import List", user can load file list from a text file

* By clicking "Pick files", user can pick one or more files from explorer

* By clicking "Search files", user can search files from directorys or subdirectorys with name/content/size filter

After that, files will be populated to the file list

User can select or edit "Set output file name" entry to set the new filenames

For instance, ${BASE}.new.##.{EXT} will change file.txt to file.new.01.txt

User can also set new directory for files by changing "Change output file directory"

User can also edit single file's output name and directory by clicking "Edit"

Click "File Rename", system will prompt user "Rename all files in the list?"

User click "OK", operation will be started, a log dialog will be poped-up to show operation status.


Batch Copy Files

Follow all steps above like "Batch Rename Files" to prepare a source file list

Click "File Copy/Download", system will prompt user "Copy all files in the list?"

User click "OK", operation will be started, a log dialog will be poped-up to show operation status.


Batch Merge Files

Follow all steps above like "Batch Rename Files" to prepare a source file list

Click "File Merge", system will prompt user to select the file to save as

User click "OK", operation will be started, a log dialog will be poped-up to show operation status.



Other Examples of "Batch file rename"
How to move all image files with the width greater than height?
How to rename many MP3 files with format of artist_track_album.mp3?
How to swap the first part and second part of many filenames?
How to batch rename files by adding timestamp of current time?
How to batch change html filenames with name enclosed by <strong> </strong>?
How to batch rename files with the first word of file contents?
How to batch rename image files by adding picture width and height?
How to sort the files by number, and batch rename them?

Search all "Batch file rename" examples