
CODE: [Copy to clipboard]@echo off & setlocal EnableDelayedExpansion
for /f "delims=" %%l in (%~n0.txt) do (
set line=%%l
set line=!line:http= http!
for /f "tokens=1,2" %%s in ("!line!") do echo ^<ul^>^<li^>^<a target="_blank" href="%%t"^> %%s ^</a^>^</li^>^</ul^>
)>> %~n0.htm
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |