set fso = Wscript.Createobject("Scripting.FileSystemObject"
fso.CopyFolder "c:\test\applicationFiles\*", "E:\test", true
results in all files and subfolders within application files appearing under test.
or
set fso = Wscript.Createobject("Scripting.FileSystemObject"
fso.CopyFolder "c:\test\applicationFiles", "E:\test\", true
results in all files and subfolders appearing as follows
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.