61 Star 424 Fork 170

Coldairarrow / Colder.Admin.AntdVue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
clear.bat 324 Bytes
一键复制 编辑 原始数据 按行查看 历史
Coldairarrow 提交于 2020-11-15 21:54 . 清理项目
::删除所有bin与obj下的文件
@echo off
set nowpath=%cd%
cd \
cd %nowpath%
::delete specify file(*.pdb,*.vshost.*)
for /r %nowpath% %%i in (*.pdb,*.vshost.*) do (del %%i && echo delete %%i)
::delete specify folder(obj,bin)
for /r %nowpath% %%i in (obj,bin) do (IF EXIST %%i (RD /s /q %%i && echo delete %%i))
pause
C#
1
https://gitee.com/Coldairarrow/Colder.Admin.AntdVue.git
git@gitee.com:Coldairarrow/Colder.Admin.AntdVue.git
Coldairarrow
Colder.Admin.AntdVue
Colder.Admin.AntdVue
master

搜索帮助