J
JohnB
Guest
How would I do this:
I have a server with a drive letter mapped to F:
I need to copy some of the folders from F: to an existing folder on drive
T:, which is on another server.
Say the folder names on F: are Folder1 and Folder2. (there's actually about
10 folders)
I want to copy Folder1 and Folder2 to drive T:
How can I copy Folder1 and all it's sub-contents to T: without first
creating a folder in the existing folder on T:
I want to avoid, if possible, doing a: MD t:\Folder1 and copying the
contents of F:\Folder1
In other words, I want the copy, or in this case, xcopy, command to create
the folder name for me.
Is there a way to do that?
TIA
I have a server with a drive letter mapped to F:
I need to copy some of the folders from F: to an existing folder on drive
T:, which is on another server.
Say the folder names on F: are Folder1 and Folder2. (there's actually about
10 folders)
I want to copy Folder1 and Folder2 to drive T:
How can I copy Folder1 and all it's sub-contents to T: without first
creating a folder in the existing folder on T:
I want to avoid, if possible, doing a: MD t:\Folder1 and copying the
contents of F:\Folder1
In other words, I want the copy, or in this case, xcopy, command to create
the folder name for me.
Is there a way to do that?
TIA