Currently looking tot speed up a manual task.
I have several web URLS in a .txt file that I'm hoping to add to a line of code for each URL.
The code is:
<tr>
<td><a href=""></a></td>
</tr>
Basically I would like to automate my batch file to add the URL in both between the commas"" and <> to then give an output file such as:
<tr>
<td><a href="http://www.test1.com/">http://www.test1.com/</a></td>
</tr>