摘要: 新建.bat文件,内容如下:把.bat文件放到要操作的文件夹下,双击运行即可for /r %%i in (*.application) do del %%ifor/r %%i in (*.pdb) do del %%ifor/r %%i in (*.vshost.exe) do del %%i 阅读全文
posted @ 2013-01-08 12:30 天之泉 阅读(490) 评论(0) 推荐(0)