Copy Selected Files from a Group to a Destination with Fn Ft Unchanged on VMESA

This example illustrates copying selected files from a group to a destination with Fn Ft unchanged.

The group name specified a* * includes all names that begin with an a or an A. If the specified destination pattern is %1% %2%, then the leading a from each file in the group is dropped when the destination name is built. This action occurs because the first asterisk in the group name corresponds to all the characters that follow but do not include the first a.

For    FROM  GROUP=’a* *’
       TO    GROUP=’a%1% %2%’

The following transfers occur:

FROM                TO
ABC ASSEMBLE  ----> ABC  ASSEMBLE
AAA ASSEMBLE  ----> AAA  ASSEMBLE
ABCD ASSEMBLE ----> ABCD ASSEMBLE
SOURCE1 FILE
SOURCE2 FILE