37 Star 100 Fork 28

InspireFunction/Pycad

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
删除配置文件夹(修复空文件夹).cmd 233 Bytes
一键复制 编辑 原始数据 按行查看 历史
:: /f 强制删除只读文件/s 从所有子目录删除指定文件/q 安静模式,删除时不要求确认
:: 递归删除指定文件和文件夹
rd /s /q %~dp0temp
rd /s /q %~dp0update
rd /s /q %~dp0main
::递归删除所有后缀文件
del /a /f /s /q "*.keep"
pause
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/inspirefunction/Pycad.git
git@gitee.com:inspirefunction/Pycad.git
inspirefunction
Pycad
Pycad
master

搜索帮助