Windows Tools: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
Added note regarding file format.
Bluemoon (talk | contribs)
Line 7: Line 7:
Except for its obvious purpose, the '''copy''' utility is also useful for concatenating files; this can come in handy when producing disk images, for instance. To illustrate the point, suppose 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; this can come in handy when producing disk images, for instance. To illustrate the point, suppose 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 /b foo+bar foobar</source>


== diskcopy ==
== diskcopy ==