Thank you in advance for your valuable time and attention.
I am very new to batch scripting and have just been reverse engineering existing batches to learn more and get what i need.
Right now, I need the script to insert the number "0" after the "5" in the string "12345678910" inside of a text document. In other words, i need to find any instance of "12345678910" in a given text file and then add a "0" after the "5" in each instance. So I need to edit an existing text document
Find and insert text
Moderator: DosItHelp