素炒瓜片
Powershell 2 copy-item which creates a folder if doesn't exist
$from = \"\\\\something\\1 XLS\\2010_04_22\\*\" $to =\"c:\\out\\1 XLS\\2010_04_22\\\" copy-item $from $to -Recurse[详细]
2022-12-27 17:13 分类:问答
$from = \"\\\\something\\1 XLS\\2010_04_22\\*\" $to =\"c:\\out\\1 XLS\\2010_04_22\\\" copy-item $from $to -Recurse[详细]