
CODE: [Copy to clipboard]@echo off
for /f "tokens=1,2 delims==" %%a in (11.txt) do (
if "%%a" == "ccc" (
>>temp.txt echo.%%a=%%b
) else (
set/a str=%%b^^1
>>temp.txt call echo.%%a=%%str%%
)
)
exit
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |