xcopy file1 file2 /s
It keeps asking whether file2 is a filename or a directory.
After entering f, it asks again whether to overwrite yes/no/all.
I just want to copy the entire folder and give it another name. What's a simpler way to write it? There are a lot of files,
and I don't want it to keep asking. Thanks.
It keeps asking whether file2 is a filename or a directory.
After entering f, it asks again whether to overwrite yes/no/all.
I just want to copy the entire folder and give it another name. What's a simpler way to write it? There are a lot of files,
and I don't want it to keep asking. Thanks.

