home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / misc / 3436 < prev    next >
Encoding:
Text File  |  1992-08-30  |  786 b   |  21 lines

  1. Newsgroups: comp.misc
  2. Path: sparky!uunet!destroyer!ubc-cs!newsserver.sfu.ca!sfu.ca!kko
  3. From: kko@fraser.sfu.ca (Samuel Ko)
  4. Subject: Re: *****************HELP neede in DOS 5.0******************
  5. Message-ID: <kko.715140819@sfu.ca>
  6. Sender: news@sfu.ca
  7. Organization: Simon Fraser University, Burnaby, B.C., Canada
  8. References: <1992Aug30.013336.21376@cc.umontreal.ca>
  9. Date: Sun, 30 Aug 1992 02:13:39 GMT
  10. Lines: 9
  11.  
  12. cholette@JSP.UMontreal.CA (Cholette Martin) writes:
  13.  
  14. >Hello, I need to concatenate to text files together in DOS 5.0 , I have looked
  15. >in many manuals but I can't seem to find the answer. It seems straight
  16. >forward enough yet I am unable to find the answer. I need to append to text
  17. >files into a single text file a.txt + b.txt -> c.txt
  18.  
  19. copy a.txt+b.txt c.txt  ... that is ...
  20.  
  21.