I have a simple batch file, which reads a txt file containing simple lines and looks for a specific word in it, for example "Error". If the word is in the txt file, it opens a CMD with the message "FOUND". So far so good.
Now...is there a way to show the whole line in the CMD containing the searched word, for example:
"1. There is an Error in building A."
Thanks...