home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.misc
- Path: sparky!uunet!destroyer!ubc-cs!newsserver.sfu.ca!sfu.ca!kko
- From: kko@fraser.sfu.ca (Samuel Ko)
- Subject: Re: *****************HELP neede in DOS 5.0******************
- Message-ID: <kko.715140819@sfu.ca>
- Sender: news@sfu.ca
- Organization: Simon Fraser University, Burnaby, B.C., Canada
- References: <1992Aug30.013336.21376@cc.umontreal.ca>
- Date: Sun, 30 Aug 1992 02:13:39 GMT
- Lines: 9
-
- 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
-
- copy a.txt+b.txt c.txt ... that is ...
-
-