摘要: 压缩单个文件 Compress-Archive -Path "D:\tmp\test.txt" -DestinationPath "D:\tmp\test.zip" 压缩多个文件 Compress-Archive -Path "D:\tmp\test.txt","D:\tmp\test2.txt" 阅读全文
posted @ 2024-03-15 08:53 2一念轮回2 阅读(1171) 评论(0) 推荐(0)