User: editor -- 2012-04-22 << 939 941 >> |
Hits: 4615 |
Type: Batch file rename |
Search all Batch file rename examples |
Description: |
I have hundreds of mp3 files in a folder, how can I add a sequence before each file and move every 10 of them to a new subfolder? |
Input Sample: |
file0.mp3 file1.mp3 file2.mp3 ... fileN.mp3 |
Output Sample: |
Create subfolders: 00,01,02, .. and move files to 00,01,02,... 00\000_file0.mp3 00\001_file1.mp3 00\002_file2.mp3 ... 00\009_file9.mp3 01\010_file10.mp3 01\011_file11.mp3 01\012_file12.mp3 ... 01\019_file19.mp3 02\020_file20.mp3 02\021_file21.mp3 02\022_file22.mp3 ... 02\029_file29.mp3 ... |
Answer: |
Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps. |
1. open "Tools->Batch Runner" window 2. drag multiple mp3 files from "windows file browser" to "Batch Runner" window 3. check "set output filename" option, and set following entry to: 4. check the new filename preview at "output file" column, and click "File Rename", done. |
Screenshot 1: Batch_Runner_Window |