2007
07.13

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?

No Comment.

Add Your Comment