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

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

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

The following transfers occur:

FROM                      TO

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

The leading s from each name found in the group is dropped from the names built with the supplied destination pattern.