Real Geek Forums  

Go Back   Real Geek Forums > Archives > Operating Systems > Windows Vista

Notices

Reply

Xcopy Continue (/C) switch

 

LinkBack Thread Tools Display Modes
Old 08-08-2006, 10:09 AM   #1 (permalink)
Default Xcopy Continue (/C) switch

Folks:



The Xcopy (Xcopy.exe) command has a "/C" as one of its switches.
"C" means continue copying a file even if errors encountered."

I am trying to copy a few 1Gig size files from a DVD to a hard disk. So far,
3 of these files have been successfully copied.
The fourth file keeps giving an error message, half way through the copying
process:

************************************************** **********
Cannot Copy <Filename> Data Error
(Cyclic Redundancy Check)
************************************************** **********

By the way, all of these files I can play using Windows Media Player or Real
Media Player without problem at all.
I thought Xcopy's "continue" switch would bypass any CRC errors.


Appreciate some light on this problem:

* Why is it happening ?
* How can I solve it ?



Thanks,
Jo.





Guest
 
Posts: n/a
Reply With Quote  
Old 08-08-2006, 10:26 AM   #2 (permalink)
Default Re: Xcopy Continue (/C) switch

So are you trying to copy from a DOS window (e.g.
%SystemRoot%\system32\cmd.exe) rather than copying from Windows? If so, I
have to ask why? But it's late where I live and I am very tired so perhaps I
am missing something here.

<JoJo> wrote in message news:uKrv2KtuGHA.1772@TK2MSFTNGP06.phx.gbl...
Quote:
> Folks:
>
>
>
> The Xcopy (Xcopy.exe) command has a "/C" as one of its switches.
> "C" means continue copying a file even if errors encountered."
>
> I am trying to copy a few 1Gig size files from a DVD to a hard disk. So
> far, 3 of these files have been successfully copied.
> The fourth file keeps giving an error message, half way through the
> copying process:
>
=


Michael T.
Guest
 
Posts: n/a
Reply With Quote  
Old 08-08-2006, 11:05 AM   #3 (permalink)
Default Re: Xcopy Continue (/C) switch


<JoJo> wrote in message news:uKrv2KtuGHA.1772@TK2MSFTNGP06.phx.gbl...
Quote:
> Folks:
>
>
>
> The Xcopy (Xcopy.exe) command has a "/C" as one of its switches.
> "C" means continue copying a file even if errors encountered."
>
> I am trying to copy a few 1Gig size files from a DVD to a hard disk. So
far,
Quote:
> 3 of these files have been successfully copied.
> The fourth file keeps giving an error message, half way through the
copying
Quote:
> process:
>
>
************************************************** **********
Quote:
> Cannot Copy <Filename> Data
Error
Quote:
> (Cyclic Redundancy Check)
>
************************************************** **********
Quote:
>
> By the way, all of these files I can play using Windows Media Player or
Real
Quote:
> Media Player without problem at all.
> I thought Xcopy's "continue" switch would bypass any CRC errors.
>
>
> Appreciate some light on this problem:
>
> * Why is it happening ?
> * How can I solve it ?
>
>
>
> Thanks,
> Jo.
A CRC error indicates a serious hardware error that causes
the operating system to terminate the current application. You
received this answer to your previous post on the same subject
and nothing has changed since then.


Pegasus \(MVP\)
Guest
 
Posts: n/a
Reply With Quote  
Old 08-08-2006, 11:06 AM   #4 (permalink)
Default Re: Xcopy Continue (/C) switch

You posted this to newsgroups for many different operating systems and
didn't mention which one you're using. If you're using Vista, try dragging
them over and skip the XCOPY command. There's no reason to use XCOPY for a
simple operation like this.


<JoJo> wrote in message news:uKrv2KtuGHA.1772@TK2MSFTNGP06.phx.gbl...
Quote:
> Folks:
>
>
>
> The Xcopy (Xcopy.exe) command has a "/C" as one of its switches.
> "C" means continue copying a file even if errors encountered."
>
> I am trying to copy a few 1Gig size files from a DVD to a hard disk. So
> far, 3 of these files have been successfully copied.
> The fourth file keeps giving an error message, half way through the
> copying process:
>
>
> ************************************************** **********
> Cannot Copy <Filename> Data
> Error (Cyclic Redundancy Check)
>
> ************************************************** **********
>
> By the way, all of these files I can play using Windows Media Player or
> Real Media Player without problem at all.
> I thought Xcopy's "continue" switch would bypass any CRC errors.
>
>
> Appreciate some light on this problem:
>
> * Why is it happening ?
> * How can I solve it ?
>
>
>
> Thanks,
> Jo.
>
>
>
>
>

display name
Guest
 
Posts: n/a
Reply With Quote  
Old 08-08-2006, 01:30 PM   #5 (permalink)
Default Re: Xcopy Continue (/C) switch

display name wrote:
Quote:
> You posted this to newsgroups for many different operating systems and
> didn't mention which one you're using. If you're using Vista, try
> dragging them over and skip the XCOPY command. There's no reason to
> use XCOPY for a simple operation like this.
>
XCOPY allows you to control things (like the /c switch) that you can't do by
dragging and dropping. Take a look at /a /o /x for example.

--
Kerry
MS-MVP Windows - Shell/User
www.VistaHelp.ca


Kerry Brown
Guest
 
Posts: n/a
Reply With Quote  
Old 08-08-2006, 01:45 PM   #6 (permalink)
Default Re: Xcopy Continue (/C) switch

I believe the /C switch on Xcopy, when copying multiple files, allows the
copy to keep copying additional files even if one or more files fail (instead
of aborting on the first error).

"Kerry Brown" wrote:
Quote:
> display name wrote:
Quote:
> > You posted this to newsgroups for many different operating systems and
> > didn't mention which one you're using. If you're using Vista, try
> > dragging them over and skip the XCOPY command. There's no reason to
> > use XCOPY for a simple operation like this.
> >
>
> XCOPY allows you to control things (like the /c switch) that you can't do by
> dragging and dropping. Take a look at /a /o /x for example.
>
> --
> Kerry
> MS-MVP Windows - Shell/User
> www.VistaHelp.ca
>
>
>
Ron Mann
Guest
 
Posts: n/a
Reply With Quote  
Old 08-08-2006, 01:55 PM   #7 (permalink)
Default Re: Xcopy Continue (/C) switch

Exactly my point. Using xcopy allows you to do things that drag and drop
can't do.

--
Kerry
MS-MVP Windows - Shell/User
www.VistaHelp.ca


Ron Mann wrote:
Quote:
> I believe the /C switch on Xcopy, when copying multiple files, allows
> the copy to keep copying additional files even if one or more files
> fail (instead of aborting on the first error).
>
> "Kerry Brown" wrote:
>
Quote:
>> display name wrote:
Quote:
>>> You posted this to newsgroups for many different operating systems
>>> and didn't mention which one you're using. If you're using Vista,
>>> try dragging them over and skip the XCOPY command. There's no
>>> reason to use XCOPY for a simple operation like this.
>>>
>>
>> XCOPY allows you to control things (like the /c switch) that you
>> can't do by dragging and dropping. Take a look at /a /o /x for
>> example.
>>
>> --
>> Kerry
>> MS-MVP Windows - Shell/User
>> www.VistaHelp.ca

Kerry Brown
Guest
 
Posts: n/a
Reply With Quote  
Old 08-08-2006, 03:40 PM   #8 (permalink)
Default Re: Xcopy Continue (/C) switch

Folks:



Thanks for your many interesting comments. Here is the solution that worked
perfectly for me.

There is a very powerful shareware tool called AnyReader (www.anyReader.com)
.. This tool has the ability to retrieve
material from all sorts of damaged media. It is can easily:

* Copy files from damaged drives
* Copy files from scratched/damaged CD/DVD
* Copy files across an unstable network
* Merge broken files

I was able to extract a 1 gig file from a DVD that prevented regular copying
due to CRC issues.
Now to document this solution for possible future use or to help someone
else.


Cheers,
Jo.



<JoJo> wrote in message news:uKrv2KtuGHA.1772@TK2MSFTNGP06.phx.gbl...
Quote:
> Folks:
>
>
>
> The Xcopy (Xcopy.exe) command has a "/C" as one of its switches.
> "C" means continue copying a file even if errors encountered."
>
> I am trying to copy a few 1Gig size files from a DVD to a hard disk. So
> far, 3 of these files have been successfully copied.
> The fourth file keeps giving an error message, half way through the
> copying process:
>
>
> ************************************************** **********
> Cannot Copy <Filename> Data
> Error (Cyclic Redundancy Check)
>
> ************************************************** **********
>
> By the way, all of these files I can play using Windows Media Player or
> Real Media Player without problem at all.
> I thought Xcopy's "continue" switch would bypass any CRC errors.
>
>
> Appreciate some light on this problem:
>
> * Why is it happening ?
> * How can I solve it ?
>
>
>
> Thanks,
> Jo.
>
>
>
>
>

Guest
 
Posts: n/a
Reply With Quote  
Old 08-09-2006, 12:57 PM   #9 (permalink)
Default Re: Xcopy Continue (/C) switch

Yes, we understand that you misunderstood the function of the /c switch
for xcopy.

JoJo wrote:
Quote:
> Folks:
>
>
>
> Thanks for your many interesting comments. Here is the solution that worked
> perfectly for me.
>
> There is a very powerful shareware tool called AnyReader (www.anyReader.com)
> . This tool has the ability to retrieve
> material from all sorts of damaged media. It is can easily:
>
> * Copy files from damaged drives
> * Copy files from scratched/damaged CD/DVD
> * Copy files across an unstable network
> * Merge broken files
>
> I was able to extract a 1 gig file from a DVD that prevented regular copying
> due to CRC issues.
> Now to document this solution for possible future use or to help someone
> else.
>
>
> Cheers,
> Jo.
>
>
>
> <JoJo> wrote in message news:uKrv2KtuGHA.1772@TK2MSFTNGP06.phx.gbl...
>
Quote:
>>Folks:
>>
>>
>>
>>The Xcopy (Xcopy.exe) command has a "/C" as one of its switches.
>>"C" means continue copying a file even if errors encountered."
>>
>>I am trying to copy a few 1Gig size files from a DVD to a hard disk. So
>>far, 3 of these files have been successfully copied.
>>The fourth file keeps giving an error message, half way through the
>>copying process:
>>
>>
>>************************************************ ************
>> Cannot Copy <Filename> Data
>>Error (Cyclic Redundancy Check)
>>
>>************************************************ ************
>>
>>By the way, all of these files I can play using Windows Media Player or
>>Real Media Player without problem at all.
>>I thought Xcopy's "continue" switch would bypass any CRC errors.
>>
>>
>>Appreciate some light on this problem:
>>
>> * Why is it happening ?
>> * How can I solve it ?
>>
>>
>>
>>Thanks,
>>Jo.
>>
>>
>>
>>
>>
>
>
>
Bob I
Guest
 
Posts: n/a
Reply With Quote  
Reply

Tags
None

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
Xcopy? Tim Windows XP Embedded 3 03-15-2005 04:35 PM
XCOPY and XP Paul Windows XP Basics 2 10-15-2003 04:49 PM
E-Mail Updates Continue and Continue, Why??? DaveA. Windows XP Security & Administration 1 09-20-2003 07:02 PM
how do i use xcopy? fallon Windows XP New Users 1 09-17-2003 03:10 AM
/m switch with XCOPY Benny Huff Windows XP Network & Web 0 07-29-2003 12:34 AM


All times are GMT. The time now is 12:49 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright © 2005 - 2007 RealGeek.com. All rights reserved.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90