Batch processing: replaced: (Replaced content, based on, (replaced words.txt) list)
-
I need to replace thousands of txt files with the same content, (with different content in each txt file, according to (list of replacement words.txt),
Description of the Issue
(Files sorted A-Z) (Content to be replaced"hello notepad") (Replaced content, based on, (replaced words.txt) list)
Example
(Files sorted A-Z) (Content to be replaced"hello notepad") (Replaced content, based on, (replaced words.txt) list) notepad.txt -------------> hello notepad -----------------------------------> hey notepad notepad-plus.txt -------------> hello notepad -----------------------------------> hi notepad notepad-plus-plus.txt -------------> hello notepad -----------------------------------> love notepad
-
Sounds like a programming problem.
Sometimes we solve problems here with programming with Notepad++ and its plugins.
This one seems best served by a solution independent of Notepad++.