Tech Support > Microsoft Windows > Help and Support > How to do a COPY that will not halt if one file is bad ??
How to do a COPY that will not halt if one file is bad ??
Posted by jabadoodle on December 31st, 2005



I'm wondering if there is any way in Windows (or with a free/cheap utility)
to
copy files where, if one or a few files are bad or locked or otherwise can't
be
read....the entire copy doesn't just stop.

I am trying to use right-click, drag-and-drop, then COPY. I'm trying to
copy
an entire directory that has many subdirectories and 100s of files. But if
one or
a few of the files is locked or otherwise unreadable, the copy just stops at
that
file.

In the "old days" i would use XCOPY and it would continue on even if any
one file was not copyable. I could use XCOPY, I suppose, but navigating
and typing the really long directory names is a pain.

Any way to do this in Windows-XP or with a utility?

Thanks,
Gary


Posted by Dixonian69 on December 31st, 2005


xcopy still works in XP!

"jabadoodle" wrote:

>
> I'm wondering if there is any way in Windows (or with a free/cheap utility)
> to
> copy files where, if one or a few files are bad or locked or otherwise can't
> be
> read....the entire copy doesn't just stop.
>
> I am trying to use right-click, drag-and-drop, then COPY. I'm trying to
> copy
> an entire directory that has many subdirectories and 100s of files. But if
> one or
> a few of the files is locked or otherwise unreadable, the copy just stops at
> that
> file.
>
> In the "old days" i would use XCOPY and it would continue on even if any
> one file was not copyable. I could use XCOPY, I suppose, but navigating
> and typing the really long directory names is a pain.
>
> Any way to do this in Windows-XP or with a utility?
>
> Thanks,
> Gary
>
>
>

Posted by Josh Assing on December 31st, 2005


"unstopcopy"


On Fri, 30 Dec 2005 21:18:45 -0500, "jabadoodle" <jabadoodle@yahoo.com> wrote:

>
>I'm wondering if there is any way in Windows (or with a free/cheap utility)
>to
>copy files where, if one or a few files are bad or locked or otherwise can't
>be
>read....the entire copy doesn't just stop.
>
>I am trying to use right-click, drag-and-drop, then COPY. I'm trying to
>copy
>an entire directory that has many subdirectories and 100s of files. But if
>one or
>a few of the files is locked or otherwise unreadable, the copy just stops at
>that
>file.
>
>In the "old days" i would use XCOPY and it would continue on even if any
>one file was not copyable. I could use XCOPY, I suppose, but navigating
>and typing the really long directory names is a pain.
>
>Any way to do this in Windows-XP or with a utility?
>
>Thanks,
>Gary
>



--- AntiSpam/harvest ---
Remove X's to send email to me.

Posted by Simon on December 31st, 2005


xcopy /m

Posted by jabadoodle on December 31st, 2005



"Josh Assing" <XjoshX@jassing.com> wrote in message
news:hoicr1hhf7psd8pt4acad3j81raemtkv8o@4ax.com...
> "unstopcopy"
>
>



unstopcopy. Found it. Thanks.


Posted by Alan Morris on January 1st, 2006


"Simon" <simontaylor83@gmail.com> wrote in message
news:1136045311.636267.281810@g44g2000cwa.googlegr oups.com...
> xcopy /m



Should that have been xcopy /c


>>>>>

Copies files and directory trees.

XCOPY source [destination] [/A | /M] [/D[:date]] [/P] [/S [/E]] [/V] [/W]
.....
/M Copies only files with the archive attribute set,
turns off the archive attribute.
.....
/C Continues copying even if errors occur.
Alan



Posted by Simon on January 1st, 2006


Opps,

Apologies yes it should have been /c


Similar Posts