I
,
Ii
[ i
I I
r-""'
I '
[
I'
I ,
I '
,..-,
l :
r:
l I
n
\ ;
,........,
l I
r:
l
~
. ,
, ,
: '
,--,
I I
Chapter 6 / Command Reference
Examples
COPY
B:mem05.txt
+
B:letter5.txt
B:corr.txt
I
ENTER
I
combines the files Memos.txt and Letters.txt
that
are
in
the
cur-
rent
directory
on
Drive
B.
COPY copies information only
up
to
the
first EOF character in each source file. Then
it
places
the
information in
the
file Corr.txt
in
the same directory and adds
an
EOF character to the end of
that
file.
COPY
A:\5tat51.dat
+
A:\5tat52.dat
B:\al15tat5.dat
[ENTER
I
combines
the
files
Stats1.dat
and Stats2.dat
that
are
in
the
root
directory of Drive
A. COPY copies information only up to
the
first EOF character
in
each source file. Then COPY places
the
information
in
the
file Allstats.dat
in
the
root directory of Drive
B.
MS-DOS adds
an
EOF character to
the
end of Allstats.dat.
COpy
a.com
+
b.com
+
B:c.com
oneprog.com
IB
I
ENTER
I
combines
the
files A.com and B.com
that
are
in
the
current
directory,
with
the
file C.com
that
is
the
currrent
directory of
Drive
B.
COpy
copies information only up to the first EOF char-
acter
in
each source file. Then
it
places the information
in
the
file Oneprog.com
in
the
current directory.
It
does not add
an
EOF character to
the
end of
that
file.
61