Windows Tools: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
Line 5: Line 5:
== copy ==
== copy ==


The '''copy''' utility is useful for concatenating files. For example, if we wanted to produce a file called ''foobar'' from files ''foo'' and ''bar'', we would use the following command:
Except for its obvious purpose, the '''copy''' utility is also useful for concatenating files. For example, if we wanted to produce a file called ''foobar'' from files ''foo'' and ''bar'', we would use the following command:


<source lang="dos">copy foo+bar foobar</source>
<source lang="dos">copy foo+bar foobar</source>