Computing.Net > Forums > Disk Operating System > Command to combine files (append?)

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Command to combine files (append?)

Reply to Message Icon

Name: kev100
Date: November 28, 2000 at 21:57:20 Pacific
Comment:

All:

I have a bunch of text files (file1.txt, file2.txt, file3.txt, etc.)

Is there a command that will combine all the files into 1 (i.e. just tack file2 to the bottom of file1, etc.)

I THOUGHT that the append command did that (and may have under old TRSDOS) but the description of it in DOS 6.22 does not seem to suggest such a function.

At any rate, any way to do the above function would be appreciated.

Thanks



Sponsored Link
Ads by Google

Response Number 1
Name: W0rm
Date: November 28, 2000 at 21:59:58 Pacific
Reply:

yeah, append would work, but i'd use copy since append was removed after 6.22.

copy file1.txt+file2.txt+file3.txt newfile.txt


0

Response Number 2
Name: kev100
Date: November 28, 2000 at 23:16:14 Pacific
Reply:

Thanks very much !

The copy methods works like a charm.

(BTW - I'm needing to do this because I have to edit a TON of little text files. It will be much easier to simply combine them into a few large files and work from there).

Thanks much !


0

Response Number 3
Name: Claude Moreau
Date: November 29, 2000 at 05:42:54 Pacific
Reply:

Sorry to contradict WORM, but the APPEND command would not work (unless it does behave differently in TRS DOS than in MS-DOS.

Check this URL for more info.

http://www.easydos.com/append.html

Claude


0

Response Number 4
Name: W0rm
Date: November 29, 2000 at 20:55:40 Pacific
Reply:

i dunno what kind of crap that is.
but the dos 6.22 version I used to use was like doing a:

TYPE FILE1.TXT>>FILE2.TXT

so :P


0

Response Number 5
Name: robrob
Date: April 7, 2001 at 18:36:30 Pacific
Reply:

Is it possible also two append 2 or more mp3 files using this command?

Thanks

Florent


0

Related Posts

See More



Response Number 6
Name: ninad
Date: April 8, 2001 at 03:58:38 Pacific
Reply:

That was great help from your guys..the copy command works great...i didnt knew it existed..and was looking for software to append files :-)

Hey btw..this site is amazing for freelancers

http://www.myfreezines.com/elance.html


0

Sponsored Link
Ads by Google
Reply to Message Icon

I am tryng to fix an used... Still having an issue wit...



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Disk Operating System Forum Home


Sponsored links

Ads by Google


Results for: Command to combine files (append?)

output errors to a file www.computing.net/answers/dos/output-errors-to-a-file/5240.html

Add commands to text file, how? www.computing.net/answers/dos/add-commands-to-text-file-how/14102.html

Add to text file through a .bat www.computing.net/answers/dos/add-to-text-file-through-a-bat/15472.html