Hide XCOPY confirmation of number of files copied

batch-file, xcopy

Solution

you can simply send it to `nul`:

xcopy source destination options > nul

Problem

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

Original source