कमांड xcopy
वही है जो आप ढूंढ रहे हैं। उदाहरण:
xcopy source destination /E /C /H /R /K /O /Y
ऊपर दिए गए आदेश गंतव्य, फ़ाइलों और निर्देशिकाओं (खाली वाले सहित) के लिए स्रोत की प्रतिलिपि बनाएंगे, त्रुटि पर नहीं रुकेंगे, छिपी हुई और सिस्टम फ़ाइलों की प्रतिलिपि बनाएंगे, केवल फाइलों को पढ़ेंगे, विशेषताओं और स्वामित्व / एसीएल जानकारी को संरक्षित करेंगे, और दबाएंगे। मौजूदा गंतव्य फ़ाइलों को अधिलेखित करने के लिए संकेत देना।
/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
बहुत अच्छा काम करता है