I need a way to list all files that does NOT contain a known text.
The project contains over 1000 files and I only want the ones that does not contain s
Use find or findstr from a command window ('DOS box').