1 Star 0 Fork 0

月冷贇 / SJNScaffolding

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Delete BIN OBJ Folders.bat 212 Bytes
一键复制 编辑 原始数据 按行查看 历史
igeekfan 提交于 2018-08-16 00:13 . 修复小问题。并增加输出路径
@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
CSS
1
https://gitee.com/try119/SJNScaffolding.git
git@gitee.com:try119/SJNScaffolding.git
try119
SJNScaffolding
SJNScaffolding
master

搜索帮助