Brand new user here.
I am trying to create a simple task to copy files between folders based on wildcards in the name. So I am trying to copy any files that have the name 'white' in them with the following syntax:
*White.doc
But it does not seem to work. How do I use wildcards or what it the workaround to this?