I have two text files, lets's say A.txt and B.txt. I'm using Microsoft Windows as my OS
i want to retrieve one entry from A.txt file, lets say one line, that line has a word. let's say dog.
now i want to find the word dog in B.txt file and remove that entry from B.txt file.
i want to achieve this using a bat file.
any help, ideas, tutorial link to achieve this task?
--regards, rangana
PS. i have already done the other parts using bat file, i'm stuck in this part. appreciate your help.