run all python files in a directory in windows code example Example: run all python files in a directory in windows for f in *.py; do python "$f"; done