H
hmm
Guest
Suppose I want to copy a file or folder from C:\ to D:\, but with the same
folder path structure. For example, if I copy C:\MyFolder\MyFile.doc to D:\,
it should save to D:\MyFolder\MyFile.doc, creating MyFolder in D: if
necessary. If I copy C:\MyFolder\Songs\ to D:\, it should copy all files in
Songs\ to D:\MyFolder\Songs\, creating folders as needed. Perhaps the xcopy
command do it, but I prefer to drag/drop using Explorer.
How would I do it?
folder path structure. For example, if I copy C:\MyFolder\MyFile.doc to D:\,
it should save to D:\MyFolder\MyFile.doc, creating MyFolder in D: if
necessary. If I copy C:\MyFolder\Songs\ to D:\, it should copy all files in
Songs\ to D:\MyFolder\Songs\, creating folders as needed. Perhaps the xcopy
command do it, but I prefer to drag/drop using Explorer.
How would I do it?