Para juntar arquivos texto no Windows baixe o programa grátis UUMerge.

É um programinha simples via linha de comando que ajuda você a unir dois arquivos textos. Por exemplo (entre na linha de comando, basta ir no menu iniciar – executar e digite CMD e dê um enter):

Para navegar para a pasta que você quer basta digitar “cd \minhapasta”

O comando uumerge é o seguinte:

uumerge.exe -merge .\*.csv c:\teste\final.csv

Baixe grátis o uumerge

Para mais informações basta digitar uumerge somente que vem o seguinte texto:

uuMerge Freeware Edition v1.02 – usage is:

1. Merge files in a directory to a single file.

uumerge -merge indir outfile

where indir is the source directory (with optional file masking),

and outfile is the target output file.

2. Restore files.

uumerge -extract infile outdir

where infile is a input file previously created by uuMerge,

and outdir is the directory for the target destination.