xcopy c:\source_folder_name d:\destination_folder_name /E /H /K /O /X
/E - Copies folders and subfolders, including empty ones.
/H - Copies hidden and system files also.
/K - Copies attributes. Typically, Xcopy resets read-only attributes.
/O - Copies file ownership and ACL information.
/X - Copies file audit settings (implies /O).
沒有留言:
發佈留言