Re: How to copy whole folders?



In other words:
When using Windows 'Copy' and there is a duplicate file in destination
Windows ask the question:
"Overwrite....? I would like to have an option answering "No to All" and
Windows continue copying files but not quitting copying process as it is
doing right now.
Jack

"Pegasus (MVP)" <I.can@xxxxxxx> wrote in message
news:eOyLKlCzHHA.1184@xxxxxxxxxxxxxxxxxxxxxxx
"Jack" <replyto@it> wrote in message
news:ea1ewoAzHHA.3536@xxxxxxxxxxxxxxxxxxxxxxx
Hello,
It must be a simple solution but I do not know how to do it.
When copying full folders (with subfolders) from one harddrive into
another
hardrive and during copying there is an error stoping the the copy
process
let say 70% files were copied.
What is the best way to copy the remaining files? I do not think,
checking
each subfolders for missing files is the best solution.
Thanks,
Jack


Use xcopy.exe from the Command Prompt. Example:

xcopy /s /c /d /y "c:\Documents and Settings\Jack\My Documents"
"U:\Backup\"

Type xcopy /? at the Command Prompt to see the meaning
of the various switches.



.



Relevant Pages

  • Re: cmd.exe - Application Error (0xc0000142)
    ... R: Building: Windows XP Service Pack 2 Resource DLL: copying ...
    (microsoft.public.windowsxp.embedded)
  • Re: copy limitations in NTFS?
    ... I will be sure to disable Norton and try again. ... I'm not drag/dropping any IE or Windows ... If I'm copying more than ... > Are you just pointing to a folder and trying to copy it and everything ...
    (microsoft.public.windowsxp.basics)
  • Re: Problems handling large numbers of files with XP
    ... Phil Weldon wrote: ... I probably don't understand why you are doing what you are doing, but 'moving' is safer than 'copying' because NOTHING IS ERASED. ... One thing you should do is use two windows tiled horizontally in Windows Explorer, then use drag and drop, ... For random access on a CD/DVD drive ...
    (microsoft.public.windowsxp.basics)
  • Re: Problems handling large numbers of files with XP
    ... Phil Weldon wrote: ... I probably don't understand why you are doing what you are doing, but 'moving' is safer than 'copying' because NOTHING IS ERASED. ... One thing you should do is use two windows tiled horizontally in Windows Explorer, then use drag and drop, ... For random access on a CD/DVD drive ...
    (microsoft.public.windowsxp.basics)
  • Re: How to copy whole folders?
    ... When using Windows 'Copy' and there is a duplicate file in destination ... This is why I recommended the /y switch. ... Windows continue copying files but not quitting copying process as it is ... Use xcopy.exe from the Command Prompt. ...
    (microsoft.public.windows.file_system)

Loading