echo >test.tmpecho >test.tmpl
del /f /s /q *.tmp
bat 只批量删除tmp,需要保留tmpl文件怎么办?
改名字吧ren *.tmpl *.mmpldel /f /s /q *.tmpren *.mmpl *.tmpl