Search

'How to copy files with permissions on Windows'에 해당되는 글 1건

  1. 2012.02.04 [Windows] How to copy files with permissions on Windows
 
xcopy D:\SrcDIr\*.* X:\DstDir\ /x /e /h/ k


Type 'Xcopy /?' at prompt, for details.