Automated later, but:
find a .txt that has the word password
findstr /si password *.txt
what other files?:
findstr /si password *.txt *.ini *.config
Automated later, but:
find a .txt that has the word password
findstr /si password *.txt
what other files?:
findstr /si password *.txt *.ini *.config