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

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

  

保存为bat文件执行!

 

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