Powershell copying and pasting two text files; names are correct but both have only the contents of the first text file

后端 未结 0 2019
再見小時候
再見小時候 2020-12-19 16:42

I have the following code:

Copy-Item -Path $Job1 -Destination $NewJob1 -Force -ErrorAction Continue
Copy-Item -Path $Job2 -Destination $NewJob2 -Force -ErrorA         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题