|
-
January 8th, 2008, 06:54 AM
#1
Copy only sub directories through XCopy
Hi,
I want to copy only sub directories of a directory to another directory through "XCopy", is it possible.
Best Regards,
Mushq
-
January 8th, 2008, 07:05 AM
#2
Re: Copy only sub directories through XCopy
-
January 8th, 2008, 09:15 AM
#3
Re: Copy only sub directories through XCopy
Not directly. You can copy the whole using the /e parameter. Then after the copy command has executed you can del *.* from the root folder.
If the post was helpful...Rate it! Remember to use [code] or [php] tags.
-
January 8th, 2008, 09:22 AM
#4
Re: Copy only sub directories through XCopy
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|