netdzb 当前离线
上尉
TOP
newswan 当前离线
Get-ChildItem '.\New folder\' -Directory | ForEach-Object { if (-not (test-path ($_.name + ".zip"))) { Compress-Archive -path $_.fullname -DestinationPath ($_.name + ".zip") } }复制代码