There are 2 TXT files: ab.txt and cd.txt.
The content of ab.txt is as follows:
Name "Zhang San", ID '102', tel '0102211', 0, 25, 11
Name "Li Sida", ID '102', tel '0202211', 0, 25, 11
Name "Wang Er", ID '102', tel '01023311', 0, 25, 11
........
The content of cd.txt is as follows:
Zhao Kuo
Wang Bin
Li Ling
.......
Can batch processing commands be used to extract the name from each line of cd.txt to replace the name content in each line of ab.txt. So that the finally generated ab.txt file is as follows:
Name "Zhao Kuo", ID '102', tel '0102211', 0, 25, 11
Name "Wang Bin", ID '102', tel '0202211', 0, 25, 11
Name "Li Ling", ID '102', tel '01023311', 0, 25, 11
........
[ Last edited by 123cainiao on 2007-9-25 at 01:36 PM ]
The content of ab.txt is as follows:
Name "Zhang San", ID '102', tel '0102211', 0, 25, 11
Name "Li Sida", ID '102', tel '0202211', 0, 25, 11
Name "Wang Er", ID '102', tel '01023311', 0, 25, 11
........
The content of cd.txt is as follows:
Zhao Kuo
Wang Bin
Li Ling
.......
Can batch processing commands be used to extract the name from each line of cd.txt to replace the name content in each line of ab.txt. So that the finally generated ab.txt file is as follows:
Name "Zhao Kuo", ID '102', tel '0102211', 0, 25, 11
Name "Wang Bin", ID '102', tel '0202211', 0, 25, 11
Name "Li Ling", ID '102', tel '01023311', 0, 25, 11
........
[ Last edited by 123cainiao on 2007-9-25 at 01:36 PM ]
