How to search string from multiple files in windows? June 20, 2014June 9, 2022InfallibleTechie Admin 1. Open Command Prompt. 2. Go to the folder where your files are present. 3. Use this command “findstr /s /i Test *.*” to search string ‘Test’ from multiple files in windows. Cheers!!!