Code:

$asFiles='file1.exe','file2.exe'
$sDirFrom='c:\test_from\'
$sDirTo='c:\test_to\'
for each $sFile in $asFiles
$sFileFrom=$sDirFrom+$sFile
$sFileTo=$sDirTo+$sFile
; test fileversion and copy
next

_________________________
There are two types of vessels, submarines and targets.