1 Star 0 Fork 202

Mr Yong/lin-cms-dotnetcore

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Delete BIN OBJ Folders.bat 212 Bytes
一键复制 编辑 原始数据 按行查看 历史
igeekfan 提交于 2019-07-09 01:23 +08:00 . 重构项目路径
@echo off
@echo Deleting all BIN, OBJ folders...
for /d /r . %%d in (bin,obj) do @if exist "%%d" rd /s/q "%%d"
@echo.
@echo BIN and OBJ folders successfully deleted :) Close the window.
@echo.
@echo.
pause > nul
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/MrYongLearn/lin-cms-dotnetcore.git
git@gitee.com:MrYongLearn/lin-cms-dotnetcore.git
MrYongLearn
lin-cms-dotnetcore
lin-cms-dotnetcore
master

搜索帮助