you need to concatenate all the VCFs in to a single file
…if you’re using windows:
# get a command prompt
Windows_Key + R 第一步:Win+R 或者“开始”菜单-“运行”打开
run: cmd 第二步:在输入框中输入“cmd”就可以打开DOS命令行
# change to the directory where all your VCFs are stored
d: cd \my_vcfs 第三步:改变路径目录到你放.vcf文件的文件夹。比如你的文件夹放在C盘my_vcfs文件夹中,运行cd c:\my_vcfs 命令即可
# Run this command
copy /B *.vcf all_in_one.vcf 第四步:运行命令 “copy /B *.vcf all_in_one.vcf ” 这样my_vcfs文件夹中所有的vcf文件就会整合成一个叫all_in_one.vcf 的文件
Then just upload the “all_in_one.vcf” file to google and it will grab all your contacts in one go 第五步:在Gmail通讯录中导入这个all_in_one.vcf 文件,一切OK!
做完以上步骤,和Gmail同步联系人,就完美啦。