Personal IT Experiences

Personal IT Experiences header image 2

Join Two Text Files Together From A Command Prompt

July 13th, 2007 · No Comments

No third party utilities required.

Merge two file names ( may.csv and may1.csv ) into a new file called may2.csv, use the following from a command window:

copy/b may.csv +may1.csv may2.csv <Enter>

How do I merge or join files from the command line?

Tags: Weekend Warrior · Windows

0 responses so far ↓

  • There are no comments yet...Kick things off by filling out the form below.

Leave a Comment