Hi all,
Basically I am attempting to determine whether the first 2 columns (tab delimited file) from file1.txt match the first 2 columns of file2.txt. If they do I want to output the entire row of file1.txt to outputfile.txt...
I can do this using vbs but due to the amount of data that this is going to have to trawl through it's not an option. Can anyone please help?
Many thanks :)