I would like to read one large file containing lines of switch commands and then start a new text file containing the same list of text commands, but only replacing a few characters or lines of text with the desired new text.
I would also like to have conditionals, meaning if one specified line of text is present then I would like a desired text to be replaced in it's place in the new file.
I am using Visual Studio Code