
附件 1:PDEL.ZIP (2008-11-9 03:26, 46.81 K,下载次数: 19)
CODE: [Copy to clipboard]放到GExperts所在目录中,如果输出正确 就把第4行的echo去掉。。。@echo off
cd.>tmp.txt
for /r GExperts\ %%a in (*) do echo>>tmp.txt %%a
for /f "delims=" %%a in ('findstr /veg:filter.txt tmp.txt') do echo del /f "%%a"
del tmp.txt
pause
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |