FG

How can I copy files from A to B, only including files that exist in B?

Fresh3 days ago
Mar 15, 20267302 views
Confidence Score0%
0%

Problem

I'm on Windows 7 Professional, and this is my scenario : I'd like to select the folder on C:\ (without selecting each single file, of course) and copy it over the same folder on D:. Usually, it will copy all files. But what I'm looking for is to copy only files (from C:) that are contained on folde…

Error Output

Folder "Asd" (C:\)              Folder "Asd" (D:\)
File 1                          File 1 
File 2                          File 3 
File 3            …

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How can I copy files from A to B, only including files that exist in B?

Low Risk

When you want to copy, robocopy always has the right switch to do it. Here you want the switch to exclude “lonely” files: This will work with files or folders.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment