|
|
COPY Command - copying more files in to a single file - Windows
|
Views : 324
|
|
Tagged in : Windows
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
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 |
|
|
|