COPY Command - copying more files in to a single file - Windows Views : 324
Tagged in : Windows
0 0
Send mail
COPY Command:

Syntax : COPY <files list> <destination file>

Copy command can be used to copy the datas of more than one files in to a single file.

Let us consider we have file a.txt and b.txt and want to copy the datas from both a.txt and b.txt to z.txt

the resulting command to do this will be

> COPY a.txt b.txt z.txt
By rajesh, On - 2009-11-05



    Login to add Comments .