赞
踩
要删除 aa文件夹里的全部内容,包括aa文件夹
cd aa
rd /s/q .
cd ..
rd aa
删除aa文件夹及其子目录下所有.bmp .doc类型的文件
del /s/q/f *.bmp .doc