[zt]如何批量导入vCard文件(.vcf)到Gmail通讯录

本文介绍了一种在Windows环境下批量合并多个VCF文件的方法,通过使用简单的DOS命令,可以将分散的联系人信息整合到一个文件中,并进一步导入到Gmail中实现联系人的同步。

 

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同步联系人,就完美啦。

 

转载于:https://www.cnblogs.com/daixiaohu1988/archive/2012/05/20/2509440.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值