User: editor -- 2011-04-18 << 765 767 >> |
Hits: 4055 |
Type: Batch file rename |
Search all Batch file rename examples |
Description: |
How to batch rename files by replacing semicolon with a single dot? |
Input Sample: |
Files: file1.2010-08-08.12:13:00.txt file2.2010-08-09.13:22:01.txt ... |
Output Sample: |
New Files: file1.2010-08-08.12.13.00.txt file2.2010-08-09.13.22.01.txt ... |
Answer: |
Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps. |
1. open "Tools->Batch Runner" menu 2. drag multiple files from Windows File Browser to "Batch Runner" window 3. check option of "set output filename", and change the following entry to: 4. check the preview name in "output file" column, and click "File Rename" button, done. |
Screenshot 1: Batch_Runner_Window |