Windows批处理删除所有目录下的图片类型文件

2015-04-30 0 554
Windows批处理删除所有目录下的图片类型文件
@Echo Off 
dir *.jpg *.gif *.png *.jpeg /a /b /s >> list.txt 
del /f /s *.jpg *.gif *.png *.jpeg 
dir/s/n|findstr /e list.txt >> list.txt 
pause

遇见资源网 shell Windows批处理删除所有目录下的图片类型文件 http://www.ox520.com/16964.html

常见问题

相关文章

发表评论
暂无评论
官方客服团队

为您解决烦忧 - 24小时在线 专业服务