The batch file I wrote:
set aa=F-CTIE V2.18.01.6
for /r f:\as %%m in ("* %a%*") do if exist %%m copy"%%m" "d:\2008\"
set aa=
pause
(The above batch file only works by constantly changing the aa value.) Is there any way to find all the versions I need at one time?
The contents of 1.txt are:
F-CTIE V2.18.01.6
F-CTIE V2.18.01.7
F-CTIE V2.18.02.9
F-CTIE V3.19.01.5
F-GTCG V1.9.00.0
.........................(there are N of them)
set aa=F-CTIE V2.18.01.6
for /r f:\as %%m in ("* %a%*") do if exist %%m copy"%%m" "d:\2008\"
set aa=
pause
(The above batch file only works by constantly changing the aa value.) Is there any way to find all the versions I need at one time?
The contents of 1.txt are:
F-CTIE V2.18.01.6
F-CTIE V2.18.01.7
F-CTIE V2.18.02.9
F-CTIE V3.19.01.5
F-GTCG V1.9.00.0
.........................(there are N of them)


