joe@pnet51.cts.com (Jim Henderson) (08/13/89)
When using the copy command, it usually is reccommended that you use the /b
switch when dealing with binary files. Thus the format would be:
COPY /b file1 + file2 + file3 file4
What this does is treat end-of-file characters as a normal character. If you
are doing ASCII text, then use the /a switch, as this strips the EOF
character.
Jim Henderson, joe@pnet51.cts.com
"Don't ask me how it works or I'll start to whimper." - Arthur Dent
DISCLAIMER: "I speak for myself, and only for myself." (Except where noted.)