TechNote/Etc.
[Windows] How to copy files with permissions on Windows
harim~♥
2012. 2. 4. 18:02
xcopy D:\SrcDIr\*.* X:\DstDir\ /x /e /h/ k
Type 'Xcopy /?' at prompt, for details.