[comp.sys.ibm.pc] 4DOS file concatenation problem -- SOLUTION

mee@ucscb.UCSC.EDU (Kevin Kahl) (03/28/90)

From jhrv@tank.uchicago.edu Tue Mar 27 16:56:16 1990:

>I experimented a bit with 4dos after reading your message on Usenet. To do
>file concatenation where at least one of the source files contains an EOF, do:
> 	
>	copy /b password.bin+password.txt password.sys /b
>
>		or
>
>	copy /b password.bin password.txt password.sys /b
>			(no `+' is required)
>
>i.e., you have to tell 4dos that both the source files and target file have
>the /b switch.
>
>John Kim(jhrv@tank.uchicago.edu)

Great!  I tried this and it works.  According to the manual, I should have
been able to just use "copy /b p.bin+p.txt p.sys".  This is apparently a
bug in the new version of 4DOS, but not one that cannot be worked around.

Thanks to John and the others that responded in the comp.sys.ibm.pc group for
timely and helpful responses.  I hope this helps other people, too!

Cheers!  :-)

Kevin Kahl
mee@ucscb.ucsc.edu

jmerrill@jarthur.Claremont.EDU (Confusion Reigns) (03/29/90)

Is there an easy way to do the equivalent of

 cat file1 >> file2

 under DOS?

--
Jason Merrill				jmerrill@jarthur.claremont.edu
DISCLAIMER:  So maybe I'm stupid.