XCOPY : Copy Folders and Files with Permissions
Use the following command to copy a folder/subfiles to a new destination maintaining all of the attributes, owevership and ACL’s:
xcopy c:\olddocs c:\newdocs /O /X /E /H /K
XCOPY : Copy Folders and Files with Permissions
Use the following command to copy a folder/subfiles to a new destination maintaining all of the attributes, owevership and ACL’s:
xcopy c:\olddocs c:\newdocs /O /X /E /H /K