返回列表 发帖
@echo off
setlocal enabledelayedexpansion
set "xp=goto :eof"
for /f "delims=" %%i in (1.txt) do (set "me=%%j"&echo %%i&call :a)
set xp=&set vs=pause
goto a
:a
for /f "%a% delims=" %%j in (2.txt) do (echo %%j&set /a b+=1&set a=skip=!b!
%xp%)
%vs%COPY

[ 本帖最后由 ccr438758900 于 2010-1-13 00:22 编辑 ]

TOP

返回列表