WindowsCommand, aby usunąć DireCoty z określoną nazwą Recursive

for /d /r . %d in (__pycache__) do @if exist "%d" rd /s/q "%d"
Determined Dotterel