1 Star 0 Fork 0

haimait/ecshop学习

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
keep.bat 345 Bytes
一键复制 编辑 原始数据 按行查看 历史
haimait 提交于 2019-01-26 18:07 . no commit message
@echo off&echo 查找空文件夹
set dd=%~1
if "%~1"=="" set/p dd=输入或拖入要查找的总文件夹:
cd/d "%dd%"
for /f "delims=" %%a in ('dir/b/s/ad')do (
dir/a/s/b "%%a"|find/v "">nul||(set/a "fn+=1"&echo.路径 %%a 文件夹名 %%~nxa&type nul>>%%a\.keep))
if defined fn (echo 共找到 %fn% 个空文件夹,已创建.keep空文件)else echo 没找到空文件夹
pause
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/haima1004/ecshop_learning.git
git@gitee.com:haima1004/ecshop_learning.git
haima1004
ecshop_learning
ecshop学习
master

搜索帮助