I have a list of cities that I need to create pages for. I have a template file with "xyz" everywhere in it I need to insert the city name. On a seperate list I have the individual city name that I need to insert into a new page for each. After the insertion of the city name, I need to name the new file " cityname.html ".
I have been trying to come up with a way to automate the insertion of the names to the template file and create the individual pages. I have over 1000 locations to add currently.
I tried figuring out Gawk for Windows to do it, but that did not go well.
