How to Merge Multiple VCF file into One file
Hello friends today I’m sharing way for combine vcf files into on single file.
Because many time I have seen many people face the problem for save contact name because when they save vcf file as contact name they need to add single single file that’s why we need to know how to combine/Merge many vcf file into one single file.
1. If you're using windows:
GOTO Command prompt. (Windows Key + R)
Run: CMD
Crate a Folder Copy all your vcf fill In this new folder.
2. Change to the directory where all your VCFs are stored
d:
cd \Contacts
Note:- Contacts is our folder Name
3. Run this command
copy /B *.vcf all_in_one.vcf
See Below demo Image
Then just upload the "all_in_one.vcf" file to your software and it will grab all your contacts in one go
Note:- Suppose your default drive path is C and you have file in D drive for to go D Drive Page Type D: And press Enter.
And you want to go D:\Contacts path
Enter > CD Contacts and press Enter









