用bat 删除当前文件夹下的某类文件

@echo on
for /r %%f in (*.pdb,*.xml) do del %%f

  

保存为bat文件执行!

 

posted @ 2016-07-28 14:55  simadi  阅读(436)  评论(0)    收藏  举报