DOS Question please help

Well yes, it's a very easy question for you guys. How do I copy a folder in DOS that has also more directories inside of it? When I try copy *. * it only copies files, but not folders. What is the answer? Thanks!.

Windows Software 5498 This topic was started by ,


data/avatar/default/avatar11.webp

73 Posts
Location -
Joined 2000-11-17
Well yes, it's a very easy question for you guys.
 
How do I copy a folder in DOS that has also more directories inside of it?
 
When I try copy *.* it only copies files, but not folders.
 
What is the answer?
 
Thanks!

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar19.webp

690 Posts
Location -
Joined 2000-05-21
Use xcopy or xcopy32
 
eg
 
xcopy c:\*.* d:\backup /E
 
/E switch specifies that it should copy all subdirectories and their contents