Wildcard Copy from Microsoft Windows to Microsoft Windows

To copy send to a Connect:Direct® for Microsoft Windows node, you must include an ending backslash (\) in the TO FILE= parameter. Following is an example:

WILDCOPY  COPY
                FROM  (FILE=C:\financial\accounts\customer?)
                TO    (FILE=\server1\financial\accounts\
                       DISP=RPL)

You can use the standard Microsoft Windows format when sending from C: or D: as show in the FROM parameter above. If you send from any other drive, you must use the UNC format, as shown in the TO parameter above.

You must include the ending backslash (\) for the destination directory.