CMD:复制、删除整个目录
1.复制目录
xcopy e:\source_folder f:\destination_folder /e /i /h
2.删除目录
rmdir /s /q e:\folder
Copyright
本文出自 Lesca 技术宅,转载时请注明出处及相应链接。
本文永久链接: https://lesca.me/archives/copy-and-delete-a-whole-directory.html
Lesca, 也就是我,求知若渴的技术宅,期待与您分享心得与收获,与您交换见解,讨论技术、科学、IT。
xcopy e:\source_folder f:\destination_folder /e /i /h
rmdir /s /q e:\folder
本文出自 Lesca 技术宅,转载时请注明出处及相应链接。
本文永久链接: https://lesca.me/archives/copy-and-delete-a-whole-directory.html