Dear All,
I am new to .net vb and coding and below is my request.
I have a list of files in local directory and file list located in A column and need to merge text file based on the B column listed files.
A1-----------B1
C:\1.txt;C:\Merge\1.txt
C:\2.txt
C:\3.txt
C:\4.txt;C:\Merge\4.txt
C:\5.txt
C:\6.txt
C:\7.txt
C:\8.txt
C:\9.txt;C:\Merge\9.txt
C:\10.txt -------
Result:
C:\Merge\
1.txt + Here 1.txt, 2.txt and 3.txt combined and named in 1.txt
4.txt
9.txt
Please let me know if you have any question in this regard.
Thanks & Regards,
Ganesh