Search code examples
batch-filexcopy

Hide XCOPY confirmation of number of files copied


I've had a look at the switches for XCOPY and can't seem to find one that suppresses the confirmation of the number of files that have been copied.

Do you know if this is possible?

Thanks in advance,

Dave


Solution

  • you can simply send it to nul:

    xcopy source destination options > nul