How do I copy all files and folders

Use this command in Command Prompt:

robocopy "C:\Source" "D:\Destination" /E

The /E flag copies all subdirectories, including empty ones.

For a simple copy-paste in File Explorer:
Just drag the folder or use Ctrl+C and Ctrl+V. For system files or large transfers, the Robocopy command is more reliable.

Dlightdaily

Author is a passionate Blogger and Writer at Dlightdaily . Dlightdaily produces self researched quality and well explained content regarding HowToGuide, Technology and Management Tips&Tricks.

FacebookTwitterEmailShare

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.