qgrep -y findme *.txt > results.txt
from a command line you can issue the Find command and redirect the results to a text fileif you want to use wildcards I think you have to use the Find command inside a For statementlook up Find, For, and redirecting output in a Command Line reference-AndyM (September 23, 2013, 07:43 PM)
Along the way, qgrep somehow changed its name to findstr.
grepWin (see attachment in previous post)1) Directory2) Text search3) Text to search for4) File filter5) Select to display ContentWhen it's finished, select all the results and copy to clipboard, you can then paste them into a file.-4wd (September 24, 2013, 12:19 AM)