From: "Elsolo K. DelaRed" Newsgroups: comp.os.msdos.djgpp Subject: =?iso-8859-1?Q?=AB=AB=AB=AB?= Help, End-Of-Line problem =?iso-8859-1?Q?=BB=BB=BB?= Date: Thu, 27 Jan 2000 02:06:42 -0500 Organization: Pennsylvania State Univ. Lines: 128 Message-ID: <388FEE81.A69FB9AC@usa.net> NNTP-Posting-Host: tnt1-145-155.cac.psu.edu Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------E207A82F8D0D923471D68B0F" X-Mailer: Mozilla 4.7 [en] (Win95; I) X-Accept-Language: es-ES,en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com This is a multi-part message in MIME format. --------------E207A82F8D0D923471D68B0F Content-Type: multipart/alternative; boundary="------------6EB8E5EAD5AC336ACF682A4A" --------------6EB8E5EAD5AC336ACF682A4A Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit ¡Hola a todos! Does any anyone knows how to combine two documents, using a batch file, in such a way that the last character of the first document is aliened with the first character of the second document? For example, let say that we 'echo' to the document 'doc1.txt' the first half of a sentence: ECHO We judge others with the ru > doc1.txt and then we 'echo' the other half of the sentence to 'doc2.txt': ECHO le of ourselves. > doc2.txt and then we combine them in a single file 'doc3.txt' as it follows: COPY doc1.txt /a + doc2.txt /a doc3.txt My final result in 'doc3.txt' is always the same, the two separated lines: We judge others with the ru le of ourselves. Can you get the two lines to be combined in single one? How? Remember, the commands must be place in a batch file. That of main looks like this: ECHO We judge others with the ru > doc1.txt ECHO le of ourselves. > doc2.txt COPY doc1.txt /a + doc2.txt /a doc3.txt MORE < doc3.txt I do not know how to send and End-Of-Line line character from a batch file. in the command line is [Crtl+Z]. Remember, everything should be done from a batch file. Best regards and thanks in advance for any possible suggestion! I would appreciate a lot if you can also send your suggestions to my other email address: Elsolo AT usa DOT net --------------6EB8E5EAD5AC336ACF682A4A Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit ¡Hola a todos!

Does any anyone knows how to combine two
documents, using a batch file, in such a
way that the last character of the first
document is aliened with the first character
of the second document?

For example, let say that we  'echo' to
the document 'doc1.txt' the first half
of a sentence:
ECHO We judge others with the ru > doc1.txt

and then we 'echo' the other half of the
sentence to 'doc2.txt':
ECHO le of ourselves. > doc2.txt

and then we combine them in a single
file 'doc3.txt' as it follows:
COPY doc1.txt /a + doc2.txt /a doc3.txt

My final result in 'doc3.txt' is always the
same, the two separated lines:
We judge others with the ru
le of ourselves.

Can you get the two lines to be combined in single one?
How?

Remember, the commands must be place in a batch file.
That of main looks like this:

ECHO We judge others with the ru > doc1.txt
ECHO le of ourselves. > doc2.txt
COPY doc1.txt /a + doc2.txt /a doc3.txt
MORE < doc3.txt

I do not know how to send and End-Of-Line line character from a
batch file. in the command line is [Crtl+Z].  Remember, everything should
be done from a batch file.

Best regards and thanks in advance for any possible suggestion!

I would appreciate a lot if you can also send your suggestions to my
other email address:

Elsolo AT usa DOT net --------------6EB8E5EAD5AC336ACF682A4A-- --------------E207A82F8D0D923471D68B0F Content-Type: text/x-vcard; charset=us-ascii; name="Elsolo.vcf" Content-Transfer-Encoding: 7bit Content-Description: Card for Elsolo K. DelaRed Content-Disposition: attachment; filename="Elsolo.vcf" begin:vcard n:Del Rosario A.;Edgardo R. tel;pager:(814) 580-0346 tel;fax:(814) 237-1663 tel;work:(814) 237-1600 x-mozilla-html:TRUE org:GMH;College Park adr:;;;State College;PA ;16803;USA version:2.1 email;internet:Edgardo-ERD AT usa DOT net title:Courtesy Officer note;quoted-printable:Hablo el Castellano.=0D=0A=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=0D=0AI also speak Spanish. end:vcard --------------E207A82F8D0D923471D68B0F--