@echo off
for /f "delims=" %%i in ('dir /s/b/ad .svn') do (
        rd /s/q "%%~i"
)
exit

相关文章:

  • 2023-01-25
  • 2022-12-23
  • 2022-12-23
  • 2021-11-22
  • 2022-12-23
  • 2021-07-10
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-08-17
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案