User: davis -- 2019-10-28 << 1445 1447 >> |
Hits: 2214 |
Type: Batch file rename |
Search all Batch file rename examples |
Description: |
When I want to rename multiple txt files in batches, I added the comma ending part of the first line after the original title. What should I do? |
Input Sample: |
filename: abc.txt content: sskdlg,sgagsll,ldlg;g ssghhh,ghhsamgdmkd.dllhh, |
Output Sample: |
abcsskdlg.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. In "Batch Runner" window: (1) drag files such as abc.txt to filename list. (2) set output filename to: (3) make sure the new filename in "output file" column is correct, and click 'file rename', done. |
Screenshot 1: Batch_Runner_Window |