если нужно то вот весь код
Код:

@echo off
title Report-Sites & set siz=109 & set size=189 & set log=report.nfo
set file=temp.txt & if exist %log% del %log%
:one
color 0A & cls & echo ‚ўҐ¤ЁвҐ Ё¬п ¤ЁаҐЄв®аЁЁ б д*©«*¬Ё readme.nfo
echo Ё«Ё (-) ¤«п ўлЎ®а* бв**¤*ав*®© ¤ЁаҐЄв®аЁЁ.. & set /p directory=
If /i "%directory%"=="-" set directory=D:\temp
dir /s /p %directory%\readme.nfo>nul || (
color 0C && cls && echo ‚ ¤ҐаЁЄв®аЁЁ %directory% д*©«®ў readme.nfo *Ґ ®Ў**а㦥*® && (
pause && goto :one
)
)
cls & echo %directory% & echo @echo off>temp.bat & echo color 09>temp.bat
for /f "tokens=*" %%i in (' dir /b /s /a-d %directory%\readme.nfo ') do call:1 "%%i"
echo exit>>temp.bat & start/wait temp.bat & del temp.bat
for /f "tokens=*" %%x in (' dir /b /s /a-d *.html ') do cls && (
echo processing of files, please wait && call:2 "%%x"
)
del temp.txt && goto :5 & goto:eof
:5
if exist temp.txt del temp.txt
for /f "tokens=*" %%w in (' dir /b /s /a-d *.html ') do call:6 "%%w"
del *.html & goto :7 & goto:eof
:6
for /f "delims=*" %%a in (' more +64 %1 ') do echo %%a>>temp.txt && (
for /f "delims=*" %%b in (' more +62 %1 ') do echo %%b>>temp.txt && goto:eof
)
goto:eof
:4
for %%L in (%file%) do if /i %%~zL LSS %siz% del %%x && call:2 "%%x"
goto:eof
:2
rem ищем НЕТ
for /f "delims=*" %%z in (' more +64 %1 ') do echo %%z>temp.txt && goto :4 && goto:eof
:1
rem 5 строка из readme.nfo
for /f %%c in (' more +4 %1 ') do echo wget.exe %%c.html>>temp.bat && goto:eof
:7
chcp 1251 >nul & del "%log%" >nul 1>nul 2>nul & set i=1
for /f "usebackq tokens=3,5 delims=>=<" %%s in (temp.txt) do Call :8 "%%s" "%%t"
if exist temp.txt del temp.txt
copy /y report.nfo "%userprofile%\Рабочий стол\">nul && del report.nfo>nul
rem ------------------------------------
goto :eof
:8
set url=%~2
If %i%==1 (
set i=2
echo %~1>>"%log%"
) else (
set i=1
echo %url:~0,-9%>>"%log%"
)
for /f "tokens=*" %%d in (' dir /b /s /a-d %directory%\readme.nfo ') do call:9 "%%d"
goto:eof
:9
for /f %%e in (' more +4 %1 ') do if %%e==%url:~0,-9% for /f "tokens=*" %%f in (' more +1 %1 ') do echo %%f>>"%log%" && (
echo ------------------------------------------------------------>>"%log%" && goto:eof
)