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

  1. Path: sparky!uunet!ulowell!news.bbn.com!usc!sdd.hp.com!swrinde!ringer!mlevis
  2. From: mlevis@ringer.cs.utsa.edu (Mike Levis)
  3. Newsgroups: comp.os.msdos.programmer
  4. Subject: Re: *************** HELP in DOS 5.0 ******************
  5. Message-ID: <1992Aug30.030308.11332@ringer.cs.utsa.edu>
  6. Date: 30 Aug 92 03:03:08 GMT
  7. References: <1992Aug30.013239.21315@cc.umontreal.ca>
  8. Organization: University of Texas at San Antonio
  9. Lines: 29
  10.  
  11. In article <1992Aug30.013239.21315@cc.umontreal.ca> cholette@JSP.UMontreal.CA (Cholette Martin) writes:
  12. >
  13. >Hello, I need to concatenate to text files together in DOS 5.0 , I have looked
  14. >in many manuals but I can't seem to find the answer. It seems straight
  15. >forward enough yet I am unable to find the answer. I need to append to text
  16. >files into a single text file a.txt + b.txt -> c.txt
  17.                                ^^^^^^^^^^^^^^^^^^^^^^
  18. You gave the partial answer in your question!
  19. Here is how to do it.
  20. C:> COPY a.txt+b.txt c.txt
  21. I do not have DOS 5.0 (I have DOS 2.1, 4.0 and OS/2 1.3, 2.0) but
  22. perhaps this append is documented under the COPY command?
  23.  
  24. >
  25. >The equivalent of what I need in UNIX is:
  26. >
  27. >                        cat a.txt b.txt > c.txt
  28. >
  29. >Please someone help me, why can't I figure it out???
  30. >
  31. >Martin Cholette
  32. >cholette@jsp.umontreal.ca
  33.  
  34.  
  35. -- 
  36. ==== Mike Levis   mlevis@ringer.cs.utsa.edu ====
  37. ::   ftp ftp-os2.nmsu.edu (128.123.35.151)    ::  .--.
  38. ::   for OS/2 software & information.  Get    :: (OS/2)
  39. :::: the OS/2 FAQL in dir /pub/os2/all/faq :::::  ~--~
  40.