Windowsバッチで私はするだろう
xcopy source_spec target_spec /d/u/r/y
/d : more recent
/u : only those that exist in target
/r : ignore the read only flag
/y : don't prompt for overwrite
powershell の copy-item/copy コマンドレットに相当するものを使用する最も簡単なものは何ですか。
そしてワグに-はい、私はpowershellでxcopyを実行できることを知っています:-)
だからpowershellで私は:
cmd /c xcopy source_spec target_spec /d/u/r/y