Emir xcopy
, aradığın şey. Örnek:
xcopy source destination /E /C /H /R /K /O /Y
Yukarıdaki komut kaynağı hedefe kopyalar, dosyalar ve dizinler (boş olanlar dahil), hata durmaz, gizli ve sistem dosyalarını kopyalar, salt okunur dosyaların üzerine yazar, nitelikleri ve sahiplik / ACL bilgilerini korur ve varolan hedef dosyalarının üzerine yazmak için sor.
/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.
Daha fazla bilgi xcopy /?
ve komut satırınız için.
robocopy
çok iyi çalışıyor