I'm looking for a batch file to locate text that comes between a static left & right boundary.
The text found would be echoed to a new file. The beginning boundary, like the end, are tags (the left curly is really just an opening tag):
{DomainName>some-domain.com{/DomainName>
So what I'm looking to do is have some-domain.com
written to a separate file. There is quite a bit more coding on the page both above and below, but the left & right boundaries are always the same.