Import multiple vCards to Gmail contacts manager

Need to concatenate all the VCFs in to a single file

# get a command prompt
Windows_Key + R
run: cmd
# change to the directory where all your VCFs are located
e:
cd vcf
# Run this command
[text]
copy   /B   *.vcf   all.vcf
[/text]
Then upload the “all.vcf” file to google

Comments are closed.