FG
💻 Software

How to copy files inside several folders into another directory

Fresh7 days ago
Mar 15, 202612773 views
Confidence Score0%
0%

Problem

I have 6 CDs with PDF files inside a lot of folders (Like Prep1, Prep2... and so on.) I need to copy all the PDF files inside folders to my C:\ and then burn them all. Is there a command in cmd Prompt that I can do that quick and flawlessly?

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to copy files inside several folders into another directory

Low Risk

To loop through all folders and subfolders on drive D: and copy files to C:\myfolder without subdirectories try this: To replace existing files without a confirmation prompt use XCOPY /Y

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment