Quote:
Originally Posted by Dave Boulden
Open a DOS command window and type:
XCOPY D: E: /E /C /Q /H /R /K /Y
assuming D: is the source drive and E: in the destination drive. Explanation of the command line switches is here:
|
Unfortunately this will likely screw things up if you have long file names in any files of folders. This is because xcopy will only be able to produce the 8.3 character equivalent of those names.
To clone a Windows XP disc including all long file names I use xxcopy;
http://www.xxcopy.com