
CODE: [Copy to clipboard]条件1:操作当前目录@echo off
for %%a in (*.html) do (
set a=%%a&set c=%%~na
for /F "usebackq delims=" %%b in ("%%a") do (
set b=%%b
setlocal enabledelayedexpansion
if /i "!b:~0,7!!b:~-8!"=="<TITLE></TITLE>" for /f "delims=" %%c in ('more +10^<"%~fs0"') do echo.%%c
Endlocal
))>>out.txt
exit
<td><DIV><B>!b:~7,-8! </B></DIV>
<DIV><A HREF="!a!"><IMG BORDER=1 ALT="!c! Traffic Graph" SRC="碧昂两B-day.png"></A><BR>
<SMALL><^!--#flastmod file="!a!" --></SMALL></DIV>
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |