home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / msdos / programm / 8881 < prev    next >
Encoding:
Internet Message Format  |  1992-08-30  |  1.3 KB

  1. Path: sparky!uunet!know!mips2!news.bbn.com!usc!sdd.hp.com!uakari.primate.wisc.edu!zaphod.mps.ohio-state.edu!darwin.sura.net!Sirius.dfn.de!zrz.tu-berlin.de!news.netmbx.de!Germany.EU.net!mcsun!news.funet.fi!uwasa.fi!ts
  2. From: ts@uwasa.fi (Timo Salmi)
  3. Newsgroups: comp.os.msdos.programmer
  4. Subject: Re: *************** HELP in DOS 5.0 ******************
  5. Message-ID: <1992Aug30.052059.10046@uwasa.fi>
  6. Date: 30 Aug 92 05:20:59 GMT
  7. References: <1992Aug30.013239.21315@cc.umontreal.ca>
  8. Organization: University of Vaasa, Finland
  9. Lines: 20
  10.  
  11. In article <1992Aug30.013239.21315@cc.umontreal.ca> cholette@JSP.UMontreal.CA (Cholette Martin) writes:
  12. >forward enough yet I am unable to find the answer. I need to append to text
  13. >files into a single text file a.txt + b.txt -> c.txt
  14.  
  15. With copy just use copy a.txt+b.txt c.txt
  16. Another alternative is
  17.  type a.txt > c.txt
  18.  type b.txt >> c.txt
  19.  
  20. >Please someone help me, why can't I figure it out???
  21.  
  22. We can try to do the former, answering the latter may be more
  23. difficult :-).  Incidentally, this was generic MsDos information. 
  24. It is not version 5.0 specific. 
  25.  
  26. ..................................................................
  27. Prof. Timo Salmi
  28. Moderating at garbo.uwasa.fi anonymous FTP archives 128.214.87.1
  29. Faculty of Accounting & Industrial Management; University of Vaasa
  30. Internet: ts@uwasa.fi Bitnet: salmi@finfun   ; SF-65101, Finland
  31.