My windows 10 install took a dump, but I can see my files from the command line when I go there from the recovery menu. I can insert a USB drive and see it as well. All should be well, but I can't get stuff to copy. I have two examples:
At c:\Users\Bob\Desktop I have a directory called "Statements".
If I say "copy Statements e:" it won't copy the directory, but rather copies every file out of the directory to the root of e:. How can I make it copy the directory itself with its contents?
At c:\Users\Bob is my Music directory with a detailed structure for Artists/Albums/Songs. It is clearly visible as I navigate around, but no version of copy or xcopy I've found will even start. For example "copy Music e:" says "the system cannot find the file specified". xcopy says "unable to create directory e:\".
What is the trick to copying directories in dos? I come from linux where this just does what I expect the first time.
At c:\Users\Bob\Desktop I have a directory called "Statements".
If I say "copy Statements e:" it won't copy the directory, but rather copies every file out of the directory to the root of e:. How can I make it copy the directory itself with its contents?
At c:\Users\Bob is my Music directory with a detailed structure for Artists/Albums/Songs. It is clearly visible as I navigate around, but no version of copy or xcopy I've found will even start. For example "copy Music e:" says "the system cannot find the file specified". xcopy says "unable to create directory e:\".
What is the trick to copying directories in dos? I come from linux where this just does what I expect the first time.