Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

how to copy new and updated files to more than one location

$
0
0

My case is as below

 

I had

 SourceFoler  = d:\temp\SourceFolder

TargetFoler = d:\temp\TargetFolder

OtherFolder = d:\DiffernceFolder

 

I want to copy new and updated files from source folder to target folder

AND

Capture ONLY these updated and new files and copy them to "Other folder"

 

 How I can do that in powrshell?

thanks in advance


Viewing all articles
Browse latest Browse all 6937

Trending Articles