====== Finding Files ====== ====== Quick-n-Dirty ====== ===Recursively look through all files in the current directory for a specific string=== dir /b /s /a:-d | findstr /i /f:/ /c:"string with spaces"