findstr to find string in folders folders code example
Example: findstr current folder
Just specify all posible files names in current directory with regex *:
findstr string_to_search *
Just specify all posible files names in current directory with regex *:
findstr string_to_search *