1) Removed references to "line_count" because this is not included in Windows findstr. 2) Changed output for multiple files from using a header line with the filename follwed by matching lines. Now we put the filename in front of the text that was found like Windows does it. 3) Implemented "/B" for searching for text at the beginning of a line only. 4) Implemented "/E" for searching for text at the end of a line only. 5) Implemented "/X" for searching for an exact match of the string only. 6) Implemented "/M" for displaying filenames of files with matching text only. 7) Enabled the "/C:" to find the literal text to be searched for. 8) Enabled enumerating through files that match the filespec in the same directory. There was an error is the "_findnext" comparison test that caused only the first file found to be tested. 9) Updated the Usage text for the en-US.rc file to show what functions are implemented now. 10) Updated the Usage text for the en-US.rc file to remove the reference to "/C - Count Lines".