
CODE: [Copy to clipboard]@echo off
for /f "delims=" %%a in (1.txt) do (
set "url=http://dict.cn/ws.php?q=%%a"
call echo %%url%%
)
pause
exit
CODE: [Copy to clipboard]@echo off
setlocal enabledelayedexpansion
set "command1=wget -q -O - "
for /f "delims=" %%w in (1.txt) do (
set url="http://dict.cn/ws.php?q=%%w"
echo %%w
echo !url!
)
)
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |