SC copyto
Posted: 12 Jul 2024 12:26
Hi,
In source folder I have some files and a folder (with subfolders).
When using the script below, only files are being copied.
From the help file I understand all should be copied.
I just can't see where I'm wrong.
Thanks for any help.
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.