Replace Pioneer Home
All Examples
Free Download
all
Advanced search and replace
Replace text in multiple files
Regular expression replace
Batch file rename
Batch download
Text file parser
Text file splitter
Html text generator
Search replace binary
Random word generator
Count and statistics
Character encoding
Bin Hex Oct Dec converter
Text generator
Text sort
Text merge
Text data calculation
RSS: Replace Pioneer Examples
530.Batch file rename -- How to batch rename files by moving the leading numbers to the end?
User:
editor -- 2010-06-09
<< 529
531 >>
Hits:
551
Type:
Batch file rename
Search all
Batch file rename
examples
Description:
How to batch rename files by moving the leading numbers to the end?
Input Sample:
001file.txt
002file.txt
003file.txt
...
Output Sample:
file001.txt
file002.txt
file003.txt
...
Answer:
Hint: You need to
Download and install "Replace Pioneer"
on windows platform to finish following steps.
1. ctrl-b open "Tools->Batch Runner" window
2. drag files from "windows file browser" to "Batch Runner" window
3. check option of "Set output filename",change the following entry to:
${BASE}{replace,'(\d+)(.*)','\2\1'}.${EXT}
4. click "File Rename" button, done!
Similar Examples:
How to batch rename files by keeping only the numbers at the end?
(82%)
How to batch rename files by multiplying each number in filename by 2?
(74%)
How to batch rename files by removing all the letters and keep the rest?
(74%)
How to batch rename files by adding random letters behind?
(74%)
How to batch rename files from month name to month number?
(73%)
How to batch rename files by adding parenthesis for each number?
(70%)
How to batch rename files by removing first 3 characters of filename?
(70%)
How to batch rename files by adding timestamp of current time?
(69%)
Check Demo of
Batch file rename
Keywords:
numbers
how to batch rename files
batch rename files
rename files
batch file rename
batch rename file
batch rename
rename file
rename
rena
batch rename by numbers
windows rename from file
batch end
from to end
rename files to
rename files batch
rename batch
rename batch file