| User: Lynne -- 2010-11-21 << 659 661 >> |
| Hits: 4596 |
| Type: Text merge |
| Search all Text merge examples |
| Description: |
| How to merge two or more files which have same file names? Thank you. |
| Input Sample: |
| C:\001.TXT C:\002.TXT C:\003.TXT D:\001.TXT D:\004.TXT D:\005.TXT |
| Output Sample: |
| Just merge D:\001.TXT to C:\001.TXT |
| Answer: |
| Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps. |
| Assume the first folder is c:\, second folder is d:\, the file type you need to merge is *.txt. 1. ctrl-h open 'replace' window 2. click 'Advanced' page: * in 'insert begin text' entry, enter: * in 'run following for each matched unit' entry, enter: 3. click 'replace', the text with following format is generated: 4. ctrl-s save to a file like merge.bat 5. run merge.bat in windows. Note: 1. you need to backup all files in advance 2. you should change the line in step 2 according to your real path(need to use double backslash \\), if source path is c:\xxx, destination path is d:\xxx, change it like: |
Screenshot 1: Replace_Advanced_Window |