windowscommand to delete direcoty with specified name recursivel code example
Example: windowscommand to delete direcoty with specified name recursivel
for /d /r . %d in (__pycache__) do @if exist "%d" rd /s/q "%d"
for /d /r . %d in (__pycache__) do @if exist "%d" rd /s/q "%d"