tuanvinh1008
4 years agoContributor
Ony copy files and sub-folder in a folder to another
Hi all, I have the folders and files as structure |Folder A | | Folder A1 | | | FileA1A.txt | | | FileA1B.txt | | FileA.txt | | FileB.pdf and I only want to copy all files ...
- 4 years ago
Hi,
Consider WshShell.Run() and xcopy command (https://stackoverflow.com/questions/7170683/copy-all-files-and-folders-from-one-drive-to-another-drive-using-dos-command-pr)