I want to run cpplint.py on all my .cpp files in a folder in Windows CMD.
py .\cpplint.py *.cpp
This somehow doesn't work. I get the Error:
Skipping input '*.cpp': Can't open for reading
Total errors found: 0
I thought *
would be the operator for select all, am I wrong?
P.S.: There's a similar post, but it didn't really help.
In a batch file or from the command line you can do: