reporting a bug for windows operating system

  • Thread starter Thread starter Pranav Badheka
  • Start date Start date
P

Pranav Badheka

Dear frnds
I m here with a suggestion, actually not more of a bug.
Let me explain u with an example. Suppose we are trying to
copy a folder with many files and sub-directories from one
drive to another drive. Now if suppose one of the file is
corrupt ,then the whole copying stops, only giving a
warning message.

Instead my suggestion wud be . Let the whole thing be
copied from one drive to another drive ( avoiding the
corrupt file). At end just generate a report that
following files from this particular locations were not
able to copy at this following locations.

This wud help in a way. If copy was left half , then we
wud have to cehck each and every folder (destination)
whether which one was left half way, and continue copying
from the half left copying. This new idea help solve
tidious task

Regards,

Pranav
 
Please use XCOPY with the "/C" switch also you may direct screen output
to a file with redirection like this > report.txt to read later as you wish.
 
Back
Top