[ Last edited by slore on 2008-5-7 at 09:20 PM ]作者: nipo 时间: 2008-5-24 02:49 标题: 第二句
for /f %%p in (folder box) DO (
for /f "delims=" %%a in ('dir /b /s E:\Downloads\%%p^|findstr /v "Read.INI.cmd readINI.cmd inifile.cmd Server.cmd"') do if exist %%a del /f /q %%a &if exist %%a rd /s /q %%a
))