Metacharacters in a source name simply match files and behave just like any other search metacharacter.
Metacharacters in a target name are copy-edit commands and work as follows:
Editing is case-insensitive. If a case conflict between the source and editing string arises, the case in the editing string is used, thus:
copy file.txt *E.tmp
results in file.txt being copied as filE.tmp.
DosEditName provides applications with the ability to transform a file object name into another name, using an editing string that contains global characters.