Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

windowscommand to delete direcoty with specified name recursivel

for /d /r . %d in (__pycache__) do @if exist "%d" rd /s/q "%d"
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #windowscommand #delete #direcoty #recursivel
ADD COMMENT
Topic
Name
9+3 =