How do You transfer FILES from A USB Drive to Another Via CMD? QUICK and SIMPLE

Published 2023-02-18
In the command prompt window, you can type
xcopy /c /e /f /g /h /i /k /v /y d: e:

/C Continues copying even if errors occur.
/E Copies directories and subdirectories, including empty ones.
/F Displays full source and destination file names while copying.
/G Allows the copying of encrypted files to destination that does
not support encryption.
/H Copies hidden and system files also.
/I If destination does not exist and copying more than one file,
/K Copies attributes. Normal Xcopy will reset read-only attributes.
/V Verifies the size of each new file.
/Y Suppresses prompting to confirm you want to overwrite an
existing destination file.

xcopy /?


Music from YouTube Audio Library
Attribution not required

All Comments (2)