User: editor -- 2011-07-14 << 820 822 >> |
Hits: 5538 |
Type: Text generator |
Search all Text generator examples |
Description: |
How to copy a file 100 times with different name from 1.txt to 100.txt? |
Input Sample: |
a.txt |
Output Sample: |
1.txt 2.txt 3.txt ... 100.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 file a.txt from 'window file browser' to 'batch runner window' 3. use mouse to right click the file list and select "create duplicate input" menu, and set number of duplicate to 100, and click ok 4. check 'set output filename' option, and change the ${FILENAME} to: 5. click "copy/download" button, done! |
Screenshot 1: Batch_Runner_Window |