【发布时间】:2017-04-12 06:43:34
【问题描述】:
我的文件夹 C:\Downloads\Files\ 有 3 个 .zip 文件。
- test1.zip
- test2.zip
- test3.zip
我需要将这些文件复制到同一位置,并将另一个扩展名 .dat 添加到文件中。
我的文件夹 C:\Downloads\Files\ 中的总文件现在应该有 6 个文件(3 个 .zip 和 3.dat)
- test1.zip
- test2.zip
- test3.zip
- test1.zip.dat
- test2.zip.dat
- test3.zip.dat
谁能帮我完成这项工作?
【问题讨论】:
标签: powershell scripting