Where in Windows XP (SP2) can one disable questions, or the confirmation dialogs that pop up, before copying a large sum of files?

I want to be able to set up a mass copy and not be bothered by or get stuck in midtransfer with a confirmation asking something along the lines of:

This file is read only. Do you wish to continue copying?

Basically I want to suppress any such warnings and let it continue copying all the files across.

link|improve this question

62% accept rate
feedback

2 Answers

up vote 0 down vote accepted

you can't disable these questions, i do recommend TeraCopy or FastCopy instead of Windows file copy, not only are they much faster than anything Windows has to offer, but also much more comfortable.

TeraCopy can be integrated into the context menu and used within Windows Explorer.

TeraCopy and FastCopy are freeware.

link|improve this answer
Are you sure about not being able to disable them ? I know of Tera/Fastcopy, but unfortunatelly, the computers in question which I have to take care off, are not mine ... otherwise, they're nice little proggies. – ldigas Dec 26 '09 at 17:49
unless you disable the system file checker ... which might have an even worse impact on the relation between you and the owner of the computer than installing Teracopy :) microsoft.com/whdc/archive/wfp.mspx#E4H – Molly7244 Dec 26 '09 at 18:19
feedback

If you're prepared to not use Windows Explorer I think you want the xcopy command.

There are various options that you might find useful:

/C Continues copying even if errors occur.
/Y Suppresses prompting to confirm you want to overwrite an existing destination file.

link|improve this answer
Uhmm ... no. I didn't perhaps state it explicitly. I was hoping to avoid them while copying files in windows explorer. – ldigas Dec 26 '09 at 17:14
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.