windowscommand to delete direcoty with specified name recursivel

C++
for /d /r . %d in (__pycache__) do @if exist "%d" rd /s/q "%d"
Source

Also in C++: