คำสั่งxcopy
คือสิ่งที่คุณกำลังมองหา ตัวอย่าง:
xcopy source destination /E /C /H /R /K /O /Y
คำสั่งดังกล่าวจะคัดลอกแหล่งที่มาไปยังปลายทางไฟล์และไดเรกทอรี (รวมถึงที่ว่างเปล่า) จะไม่หยุดเมื่อเกิดข้อผิดพลาดจะคัดลอกที่ซ่อนอยู่และไฟล์ระบบจะเขียนทับไฟล์อ่านอย่างเดียวเท่านั้นจะรักษาคุณสมบัติและข้อมูลความเป็นเจ้าของ / ACL และ แจ้งให้เขียนทับไฟล์ปลายทางที่มีอยู่
/E Copies directories and subdirectories, including empty ones.
Same as /S /E. May be used to modify /T.
/C Continues copying even if errors occur.
/H Copies hidden and system files also.
/R Overwrites read-only files.
/K Copies attributes. Normal Xcopy will reset read-only attributes.
/O Copies file ownership and ACL information.
/Y Suppresses prompting to confirm you want to overwrite an
existing destination file.
สำหรับประเภทข้อมูลเพิ่มเติมxcopy /?
และบรรทัดคำสั่งของคุณ
robocopy
ใช้งานได้ดีเกินไป