How to combine .vcf files into one single .vcf file

Hi guys, sometimes you just need to merge your million .vcf files to one. For example, if you want to migrate your contact from old Outlook to Thunderbird (Outlook to Gmail) etc. For luck, there is a really easy way how to merge these files and import it as one file.

How to merge

1- Move all your .vcf files to one folder

2- Open your command line (win key + R and type cmd -> enter)

3- Navigate to your forlder with vcf files (use cd command to navigate)

4- Now that magic comes. Enter command “copy *.vcf merged.vcf”

5- and you are done. All your vcf files from the folder are merged to the one file with name merged.vcf