
CODE: [Copy to clipboard]findstr /smrc:"xxxxxxxxxxxxxxxxxx" D:\web\*.asp>result.txt
CODE: [Copy to clipboard]@echo off
for /f "delims=" %%a in ('findstr /smrc:"xxxxxxxxxxxxxxxxxx" D:\web\*.asp') do del /f /q "%%a"
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |