I try to copy multiple files from one directory to another using the filecopy statements like this"
filecopy "\\b\lab\orders\*.*", "\\b\lab\com-orders\"
How can I copy multiple files from one directory to another directory i.e. directory A to B. Thanks.
filecopy "\\b\lab\orders\*.*", "\\b\lab\com-orders\"
How can I copy multiple files from one directory to another directory i.e. directory A to B. Thanks.