HEELPBOOK - How to - How do I merge or join files from the command line? ################# You could investigate using the following DOS command: copy/b "list of old files or * for all files" "newfile" For example, to join file1.txt, file2.txt and file3.txt together to new file: file4.txt use: copy/b file1.txt +file2.txt +file3.txt file4.txt or: copy/b *.txt newfile.txt ############ ARTICLE INFO ############# Article Month: April Article Date: 11/04/2012 Permalink: http://heelpbook.altervista.org/2012/how-to-how-do-i-merge-or-join-files-from-the-command-line/ Source: http://www.monkeyjob.com/FileMonk/FAQ/Merge-Join-Files-Command-DOS.htm Language: English View more articles on: http://www.heelpbook.net/ Follow us on Facebook: http://it-it.facebook.com/pages/HeelpBook/100790870008832 Follow us on Twitter: https://twitter.com/#!/HeelpBook Follow us on RSS Feed: http://feeds.feedburner.com/Heelpbook Follow us on Delicious: http://delicious.com/heelpbook