I have two text files: 1.txt and 2.txt. Both files have text rows inside. Some rows are equal. Some rows of 2.txt are different from 1.txt.
I want to make the following bat-file.
First step bat-file compares text rows inside 1.txt and inside 2.txt.
Next step bat-file makes result-of-checking.txt file. It has text: "The following rows of 2.txt file are different from rows of 1.txt file". Under it list of rows.
I run Windows 10 Home 64-bit.
How to make such bat-file?
I want to make the following bat-file.
First step bat-file compares text rows inside 1.txt and inside 2.txt.
Next step bat-file makes result-of-checking.txt file. It has text: "The following rows of 2.txt file are different from rows of 1.txt file". Under it list of rows.
I run Windows 10 Home 64-bit.
How to make such bat-file?