使用命令 指定删除目录下的哪些文件
dir bin build target /s/b >>kill.txtFor /f %%i in (kill.txt) DO rd /s/q %%idel kill.txt#pause
?
可运行文件 在附件中