nyin 当前离线
列兵
CrLf 当前离线
论坛巡查
@echo off (for /f "delims=" %%a in (a.txt) do echo %%a A)>b.txt复制代码
TOP
BAT-VBS 当前离线
少将
sed "s/$/& A/" a.txt >b.txt复制代码