本帖最后由 ArdentMan 于 2011-7-10 12:41 编辑
- @Echo Off&SetLocal EnableDelayedExpansion
- (For /F "tokens=4-8 delims==<>: " %%a In ('Findstr /c:"<a href" *.htm') Do (
- If /i "%%~a%%d%%~e" EQU "httptarget_blank" Set "Str=%%a:%%b=%%c"&Echo !Str:~1,-1!
- ))>1.txt
- Start 1.txt
复制代码
|