What is the command to copy a directory with its subdirectory?
Answers:
xcopy with the /s switch.. example :
xcopy C:\pierre\*.* D:\pierre\ /S
This will copy all the files in C:\Pierre\ to D:\Pierre with ALL files and subfolders in it...
The answers post by the user, for information only, RunQA.com does not guarantee the right.
More Questions and Answers ...