I'm a novice, and I want to ask a question:
It's a batch processing parameter passing problem: the format is as follows,
There are 4 TXT files:
A1.TXT
__________________________
AAAAAAAAAA
AAAAAAAA
AAAAAAA
AAAAAAAAA
AAAAAAAAAAAAAAA
.....................
A2.TXT
____________________________
BBBBBBBBB
BBBBBBBBBBBBBBBBBBB
BBBBBBBBBBBBBB
..................
A3.TXT
____________________________
CCCCCCCCCCC
CCCCC
HHHHHHH
CCCCCCCCCCCCCC
............
A4.TXT
___________________________
DFGGGGGGGGGG
GFHHHH
FGHGFH
...................
I want to achieve the result: the content of A1.TXT starts from the first line and is passed sequentially as , passed until the end of the batch script. At the same time, randomly extract one line from document files A2.TXT; A3.TXT; A4.TXT, respectively as
, . The format is as follows:
CV.EXE
[ Last edited by namejm on 2006-11-2 at 08:55 AM ]
It's a batch processing parameter passing problem: the format is as follows,
There are 4 TXT files:
A1.TXT
__________________________
AAAAAAAAAA
AAAAAAAA
AAAAAAA
AAAAAAAAA
AAAAAAAAAAAAAAA
.....................
A2.TXT
____________________________
BBBBBBBBB
BBBBBBBBBBBBBBBBBBB
BBBBBBBBBBBBBB
..................
A3.TXT
____________________________
CCCCCCCCCCC
CCCCC
HHHHHHH
CCCCCCCCCCCCCC
............
A4.TXT
___________________________
DFGGGGGGGGGG
GFHHHH
FGHGFH
...................
I want to achieve the result: the content of A1.TXT starts from the first line and is passed sequentially as , passed until the end of the batch script. At the same time, randomly extract one line from document files A2.TXT; A3.TXT; A4.TXT, respectively as
, . The format is as follows:
CV.EXE
[ Last edited by namejm on 2006-11-2 at 08:55 AM ]
