How to suppress windows command output?

John K picture John K · Jul 13, 2012 · Viewed 15.5k times · Source

I'm moving thousands of files through the command line and it prints all the file names to the console. Is there a way to ignore the output so it can go faster? Something like piping to /dev/null in Linux.

Thanks

Answer

Serj-Tm picture Serj-Tm · Jul 13, 2012
bla-bla-bla-bla-bla-bla-bla-bla 2> nul