| User: Jon -- 2012-02-12 << 917 919 >> |
| Hits: 4599 |
| Type: Batch file rename |
| Search all Batch file rename examples |
| Description: |
| I have recently bought Replace pioneer, and i love it! I have a number of text files I wish to rename. The majority of the files have 2 lines in the text, one saying Title: <some text> and the other Author: <some text> Is it possible to rename the files by, grabbing the text after Title: and combining it with the text on the other line after Author: |
| Input Sample: |
| Title: The Mountebank Author: William J. Locke |
| Output Sample: |
| The Mountebank William J. Locke |
| 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 multiple text files from windows file browser to "batch runner" window 3. check option of "set output filename", and change the following entry to: 4. make sure the filename preview at output file column in correct 5. click "File Rename", done! |
Screenshot 1: Batch_Runner_Window |