Set fso = CreateObject("Scripting.FileSystemObject") fso.CopyFolder "c:\wsh\src", "c:\wsh\dest" Set fso = Nothing