del /s *.jpg *.jpeg *.png *.tiff & for /f "delims=*" %i in ('dir /s /ad /b ^| sort /r') do @rmdir "%i" 2> nul