When working with multiple disk drives, you may need to copy one drive to another drive. Or, you might need to copy a USB drive or memory stick to a drive on your computer. watch the video and the steps below to copy and move files between drives.
1. Click “Start” and type “cmd”. Right-click on cmd and select “Run as administrator”.
2. Type
xcopy c:\ f:\ /s /e /h /i /c /y
and press Enter to copy all the files and subdirectories (including any empty subdirectories,
any system, or hidden files) from drive C to drive F. You may change the drive letters according to your own needs.
The parameters mean:
● /s: copy directories and subdirectories, unless they are empty. If you omit “/s”, xcopy will work within a single directory.
● /e: copy all subdirectories, even if they are empty.
● /h: copy files with hidden and system file attributes.
● /i: if in doubt always assume the destination is a folder.
● /c: continue copying even if an error occurs.
● /y: suppress prompt to confirm overwriting a file.
How To Transfer Files and Folder One Drive To Another Drive Using a free software
How to Manage Partitions on Windows 11 Without Downloading Any Other Software
[ Ссылка ]
❤️ 💛 💙 💜 thank you for watching my video guys ❤️ 💛 💙 💜
Ещё видео!