Click here to Skip to main content
15,888,044 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to copy bulk files with in Folders & Sub Folders with progress. I am able to copy the files with folders and sub folders successfully with powershell command recursively.But no progress is being shown while doing the same.

Below is the Powershell command being used:
Copy-Item -Path $sourceDirectory -Destination C:\ -recurse -Force


What I have tried:

I am able to copy the files with folders and sub folders successfully with powershell command recursively.But no progress is being shown while doing the same. 

Below is the Powershell command being used:
 <pre>Copy-Item -Path $sourceDirectory -Destination C:\ -recurse -Force
Posted
Updated 25-Sep-19 22:07pm

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900