- Back to Home »
- Android , Google »
- Merge multiple vcf files
Posted by : Unknown
Monday, 28 October 2013
Google Contacts does not allow multiple vcf upload at a time,so the only available option is to upload each and ever vcf individually which is a damn tedious job.so today we'll see how to simply merge multiple vcf files into a single file.
- First move all the vcf files into a folder
- Now open command prompt in that folder,for windows 8,goto file menu select open command prompt
- if earlier version of windows, search for cmd and then change the working directory to the folder containing your vcfs using the cd keyword
cd [file path]
- Now type the below command
copy *.vcf merged.vcf
- There you go all your vcfs merged into one vcf file "merged.vcf" which you can directly upload to your google account