User: shanfeng -- 2013-09-17 << 1132 1134 >> |
Hits: 3444 |
Type: Advanced search and replace |
Search all Advanced search and replace examples |
Description: |
How to copy files with different name:there are two files,its name are "201002"and "201005" ,then copy it twice respectively and creat six files,its names are "201000","201001","201002","201003","201004","201005". |
Input Sample: |
201002.txt 201005.txt |
Output Sample: |
201000.txt 201001.txt 201002.txt 201003.txt 201004.txt 201005.txt |
Answer: |
Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps. |
1. ctrl-o open "Tools->Batch Runner" menu 2. drag the 2 files to "Batch Runner" window 3. right click Mouse on the file list to open context menu, and select "create duplicat input" menu, set "Number of Duplicates" to: 3 4. check option of "set output filename", and change the following entry to: 5. click "copy/download" button, all files will be copied. If the output file are duplicate with original file, there will be a prompt, you can skip it to continue. |
Similar Examples: |
How to batch extract specified words from one txt file with specified name? (66%) How to re-arrange lines with in a specified number of lines? (62%) How to make multiple copies of a file and rename them from a list? (62%) How to replace one content of same files with different contents ? (61%) How to generate multiple copies of each line with different values? (60%) How to replace file content in multiple files with corresponding filename? (60%) How to move some words from start of line to specified location in html file? (59%) How to replace all specified symbols with dot in specified range? (59%) |
Check Demo of Advanced search and replace |
Keywords: |
continue copies duplicates skip two files ies create copy files two download create duplicate file with different names create duplicate files create duplicate copy files different create list of file names input output names create names original filename |