Yes, both dat files have same line.
Line 1 on B file is corresponding with line 1 of B file.
some example are:
File A:
page1.html
page2.html
page3.html
page4.html
page5.html
File B:
Title 1
Title 2
Title 3
Title 4
Title 5
the program will replace the page1.html with following pattern and add link description, taking from the file for this perticular html page as follows:
<a href="page1.html" target=blank>Title 1</a><br><br>
and store each line in a another .dat file. and using copy command make a html page on specific directory.
Thanks once more for spending your valuable time to help me.
