Search found 1 match
- 10 Feb 2013 08:11
- Forum: DOS Batch Forum
- Topic: How do I compare 2 files ?
- Replies: 3
- Views: 3547
How do I compare 2 files ?
Hi..experts.. I want to compare data file with reference file using following logic...please help me 1 . First read column 1 and column 2 of file1.txt store it in array(reference) 2 . Now read column 1 and column 2 of file2.txt store it in another array,to be compared with reference 3 . for loop : -...