home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!ulowell!news.bbn.com!usc!sdd.hp.com!swrinde!ringer!mlevis
- From: mlevis@ringer.cs.utsa.edu (Mike Levis)
- Newsgroups: comp.os.msdos.programmer
- Subject: Re: *************** HELP in DOS 5.0 ******************
- Message-ID: <1992Aug30.030308.11332@ringer.cs.utsa.edu>
- Date: 30 Aug 92 03:03:08 GMT
- References: <1992Aug30.013239.21315@cc.umontreal.ca>
- Organization: University of Texas at San Antonio
- Lines: 29
-
- In article <1992Aug30.013239.21315@cc.umontreal.ca> cholette@JSP.UMontreal.CA (Cholette Martin) writes:
- >
- >Hello, I need to concatenate to text files together in DOS 5.0 , I have looked
- >in many manuals but I can't seem to find the answer. It seems straight
- >forward enough yet I am unable to find the answer. I need to append to text
- >files into a single text file a.txt + b.txt -> c.txt
- ^^^^^^^^^^^^^^^^^^^^^^
- You gave the partial answer in your question!
- Here is how to do it.
- C:> COPY a.txt+b.txt c.txt
- I do not have DOS 5.0 (I have DOS 2.1, 4.0 and OS/2 1.3, 2.0) but
- perhaps this append is documented under the COPY command?
-
- >
- >The equivalent of what I need in UNIX is:
- >
- > cat a.txt b.txt > c.txt
- >
- >Please someone help me, why can't I figure it out???
- >
- >Martin Cholette
- >cholette@jsp.umontreal.ca
-
-
- --
- ==== Mike Levis mlevis@ringer.cs.utsa.edu ====
- :: ftp ftp-os2.nmsu.edu (128.123.35.151) :: .--.
- :: for OS/2 software & information. Get :: (OS/2)
- :::: the OS/2 FAQL in dir /pub/os2/all/faq ::::: ~--~
-