Cannot copy certain files over network

J

Joby Larsen

I would like to copy a folder containing about a hundred subdirectories and a
few thousand files from a Windows XP Pro computer to a XP Home computer. The
copy proceeds smoothly until it reaches a certain file, then it stops with an
"Acess denied" message.

The file it stops at is not special in any way, except for its filetype -
PCH. I can delete that file, and it then proceeds a bit further, to the next
PCH file. I delete that one too, and it goes a bit further, sucessfully
copying a PCH file or two, but then stops at another PCH file.

There would be abot 50 of these files scattered throughout the folder. It is
not practical to delete them all, and in any case they must be rebuilt later,
which is a real nuisance.

In the meantime, I have created a zip file, copied that over, then unzipped
it. But I would like to use the more convenient option of a simple copy
operation. Does anyone have any ideas?
 
M

Michael W. Ryder

Joby said:
I would like to copy a folder containing about a hundred subdirectories and a
few thousand files from a Windows XP Pro computer to a XP Home computer. The
copy proceeds smoothly until it reaches a certain file, then it stops with an
"Acess denied" message.

The file it stops at is not special in any way, except for its filetype -
PCH. I can delete that file, and it then proceeds a bit further, to the next
PCH file. I delete that one too, and it goes a bit further, sucessfully
copying a PCH file or two, but then stops at another PCH file.

There would be abot 50 of these files scattered throughout the folder. It is
not practical to delete them all, and in any case they must be rebuilt later,
which is a real nuisance.

In the meantime, I have created a zip file, copied that over, then unzipped
it. But I would like to use the more convenient option of a simple copy
operation. Does anyone have any ideas?

Have you tried using XCopy with the /C (continue copying after error)
switch or the /EXCLUDE switch with .PCH? For more information on the
above enter XCOPY /? in a command window.
 
J

Joby Larsen

Have you tried using XCopy with the /C (continue copying after error)
switch or the /EXCLUDE switch with .PCH? For more information on the
above enter XCOPY /? in a command window.

Thank you, Michael. I hadn't realized that XCOPY offered these options. I
will try it next time.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top