Why can't XCOPY copy directories together?
Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!
Originally posted by terse at 2007-3-27 01:40 PM:
xcopy /e /q /i /h /r /y c:\source folder d:\target folder
It works on my machine, XP2
Originally posted by BWSkyer at 2007-3-27 10:40 PM:
/I If the target does not exist and more than one file is being copied,
it is assumed that the target must be a directory.
This system explains it like this: xcopy "source directory name" & ...