Use this for question about the DOS/cmd findstr command for searching for strings in files
findstr is a utility from DOS or cmd/command.com that will search for strings within files, similar to grep.
A simple example, to find lines that contain the string ID from a file named errors.txt would be
findstr ID errors.txt