Re: How to copy whole folders?



"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: How to copy whole folders?
    ... I am using FAT 32 and copy folders from one hardrive into another ... When copying full folders (with subfolders) from one harddrive into ...
    (microsoft.public.windows.file_system)
  • How to copy whole folders?
    ... When copying full folders (with subfolders) from one harddrive into another ... Jack ...
    (microsoft.public.windows.file_system)
  • Re: How to copy whole folders?
    ... copying stops on "disk read error" and then what should I do ... When copying full folders (with subfolders) from one harddrive into ... Use xcopy.exe from the Command Prompt. ...
    (microsoft.public.windows.file_system)
  • Re: Give explicit permissions to fileserver
    ... I have a fileserver with many folders and subfolders on it,created by ... various users that have configure various permissions. ... from the Command Prompt: ...
    (microsoft.public.win2000.file_system)
  • Re: Give explicit permissions to fileserver
    ... I have a fileserver with many folders and subfolders on it,created by ... various users that have configure various permissions. ... from the Command Prompt: ...
    (microsoft.public.win2000.file_system)

Loading