In source folder I have some files and a folder (with subfolders).
When using the script below, only files are being copied.
Code: Select all
copyto "C:\Dest\test", "D:\Source\*.*";I just can't see where I'm wrong.
Thanks for any help.
Code: Select all
copyto "C:\Dest\test", "D:\Source\*.*";Code: Select all
copyto "c:\temp", "e:\test\*.*"; //copies all