用批处理(batch) 删除带有前缀的文件和文件名

@echo off spa :: autho: aerchi aerchi@gmail.com.net dir 为文件目录blog jetty 为前缀get Set dir=D:\test\class del %dir%jetty*.* /f/s/q/a for /f "delims=" %%i in ('dir /s/b/ad jetty*') do ( rd /s/q "%%~i" ) pau
相关文章
相关标签/搜索