How to convert multiple .vcf files into one .vcf file and to convert .vcf to .csv(Windows phone)!!!

Hello readers!!!


  Today i am here with a completely different topic than earlier!!! As you have already read the title of my blog, "How to convert multiple .vcf files into one .vcf file and to convert .vcf to .csv(Windows phone!!!", it tells you how to do so!
Well isn't it nice or easy to have just one .vcf file as your contacts backup rather than having hundreds of such files?

Also it so happens that you have changed your phone from your older phone add now want to transfer your contacts from your old phone to the new one, you get stuck up doing so! You have forgotten to sync your contacts with google or outlook and now you are held up! 


In these syncs you cannot sync multiple files simultaneously from your pc! Well i know this sucks and hence i came up with creating a single .vcf file!

It is very easy. Command prompt helps you do so.

STEP 1- Export you contacts from phone to PC and save it in C drive with your folder name. (Do not                save the folder in any other folder eg Program files etc.)
               Well storing in C drive makes you work easier on the command prompt! :)
STEP 2- Press windows key+R on your keyboard. RUN will open and type cmd and press enter.
STEP 3- When command prompt opens type this-
                 CD C:
                and press enter. It will take you to C directory. 
STEP 4- Type-
                C:\"YOUR FOLDER NAME"
               and press enter.
STEP 5- Type the following command-
               copy *.vcf ALL_IN_ONE.vcf
                press enter.

               You are done with it. There will be ALL_IN_ONE.vcf file in the folder.
                This file contains all your contacts! :)
For converting this .vcf file to .csv file (For outlook and windows phone users) just type the following command-

copy ALL_IN_ONE.vcf #ALL_IN_ONE.csv

And there should be #ALL_IN_ONE.csv file in the same folder!! :)


DO comment and like!

  

Comments

Popular Posts