Board logo

标题: [文本处理] 批处理怎样把多个文件的行内容组合建立新文件? [打印本页]

作者: hdfsvod    时间: 2011-3-9 00:07     标题: 批处理怎样把多个文件的行内容组合建立新文件?

(@for /f "delims=" %%a in (a.txt) do @for /f "delims=" %%b in (b.txt) do @for /f "delims=" %%c in (c.txt) do @for /f "delims=" %%d in (d.txt) do @for /f "delims=" %%e in (e.txt) do @for /f "delims=" %%g in (g.txt) do @for /f "delims=" %%h in (h.txt) do @for /f "delims=" %%i in (i.txt) do @echo %%a%%b%%c%%d%%e%%f%%g%%h%%i)>!1.txt


这个只输出 一个1.txt 这样文件很大。

这个处理是取 a.txt b.txt c.txt  ....defghi.......文件的行内容 之后输出为 1.txt 2.txt 3.txt ..............
作者: batman    时间: 2011-3-9 10:10

请楼主先将问题表述清楚,如有代码请将代码用code括起来!

唉,新手发贴怎么老是不知所云。。。
作者: Batcher    时间: 2011-3-9 11:08

http://bbs.bathome.net/thread-11345-1-1.html
跟这个帖子有啥区别吗?




欢迎光临 批处理之家 (http://www.bathome.net/) Powered by Discuz! 7.2