On Error Resume Next
Set objFSO = CreateObject("Scripting.FileSystemObject")
Set objFolder = objFSO.CreateFolder("H:\Archive")
Const OverWriteFiles = True
Set objFSO = CreateObject("Scripting.FileSystemObject")
objFSO.CopyFolder "C:\Documents and
Settings\" , "H:\archive\" , OverWriteFiles
Another option - why not just use roaming profiles, so everything is stored
on the server, and gets backed up there? Workstation backups stink, if you
ask me. Just keep the profiles small - no items stored on the HD, redirect
My Documents to the user's home directory, etc... and you're good to go.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.