Disable comments in stdout (DOS)

Posted by Shadi on Stack Overflow See other posts from Stack Overflow or by Shadi
Published on 2010-04-14T20:11:11Z Indexed on 2010/04/14 20:13 UTC
Read the original article Hit count: 228

Filed under:
|

If I use Dos command "copy" to concatenate two files: copy a1.txt + a2.txt a.txt

I will have something like the following in stdout: C:\a1.txt C:\a2.txt 1 file(s) copied.

I do not want to have anything written in stdout, I mean, I just want to have 'a.txt' without those 3 lines written in stdout. Is there any way to do so? the reason is, I need speed and I know that any IO takes time.

Thanks, Shadi.

© Stack Overflow or respective owner

Related posts about dos

Related posts about commands