|To copy or move a directory subtree the instructions say use "/S" but there is no example to show how to use it. If one wants to move a directory and its contents, what does one type after "/S"?
|QUOTE]
|
|move /md /s source\ target\
|
|where "source" is the source directory and "target" is the target directory. (The /MD will create the target if it doesn't already exist.)
It's still not clear, especially to a newbie. With the above, do you wind up
with target\source\... or do you have what used to be **in** source\ now in
target\?