How can I continue copying when there is an error!

  • Thread starter Thread starter Jack
  • Start date Start date
J

Jack

On Windows Explorer, when it finds a error, it stops fatally.
You can't go on copying from the file the error is raised
How can I change it?
Thanks
 
Replied to [Jack]s message :
On Windows Explorer, when it finds a error, it stops fatally.
You can't go on copying from the file the error is raised
How can I change it?
Thanks


You cant change it ... Thats the way explorer is .. but you can copy the files that
can be copied by(without stopping after error message) :
Start > Run > Type : cmd > Click OK
Type :
copy "C:\MyFolderBackup\*.*" "C:\MyFolder"


Where C:\MyFolderBackup is the source folder, *.* is the wildcard for all files in
the folder, C:\MyFolder is the destination folder.

→ Ayush [ Good :-) Luck ]
 
Back
Top