Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Vista Newsgroups > Vista mail

Vista - Sending Windows Contacts to a Mobile (Cell) Phone!

Reply
 
Old 03-17-2007   #1 (permalink)
ionixuk


 
 

Sending Windows Contacts to a Mobile (Cell) Phone!

Woohoo! I'm so happy with myself. I thought I'd share in case anyone else
wanted to see if this worked for them.

I have had to replace my K800i and of course, Sony hasn't yet delivered PC
Suite for Vista. So, to get my contacts to the phone meant exporting them as
individual vCards from Windows Contacts and then transfering them using the
Send To --> Bluetooth context menu. This took AGES for the 260 contacts I
have!!!! Lots of dialog boxes to click Next on and lots of "Yes" on the
phone!!

What I *didn't* know was that you can just hack more contacts onto the end
of a vcf file and send the whole lot in one go! I don't know if this'll work
on your Nokias etc. but I think it should work for most new phones...

So, step-by-step:

1) Export your Windows Contacts to vcf files using the Export toolbar
button. I put all of mine into a folder on my desktop called "contacts"

2) Load up a Command Prompt window from the start menu

3) Change to the folder on your computer where you exported your vcf's. For
me, that just meant typing in "cd desktop\contacts".

4) Once you've deleted any old export file you created doing this before,
type in this command to join all the vcf's together into one big file for you
to Bluetooth to your device.

for %g in (*.vcf) do type "%g" >> allcontacst.txt

This will do lots of scrolling, depending on the number of contacts. If you
didn't delete the file before you did that command, you'll have lots of
duplicates in your file. Also, notice that the file doesn't end in "vcf" yet
- there's a simple reason for that - if you call it a vcf the loop will pick
the file up and then duplicate everything that was in the file back into
itself.... which is nice... :P

5) Rename the allcontacts.txt file from the desktop folder so that it ends
in vcf. You can right-click on the file, press F2, or whatever renaming
funciton you like

6) Send the complete file to your phone over Bluetooth. Do that quickly by
right-clicking on allcontacts.vcf, selecting Send To --> Bluetooth device

Anyway yes - I know it sounds complicated and long whinded - but it isn't
really... :P No really.!!!

SUGGESTION for Microsoft - an option to have one big VCF file instead of 500
would be bbbrilliant and save a lot of middle hassle...

Anyway - let me know whether this works or is rubbishness...!

My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Sending email as a text message to cell phone Vista mail
Sending pictures from computer to cell phone Vista music pictures video
country of residence error sending to cell phone Live Messenger
sending to cell phone Vista mail
Sync Center won't sync to Windows Mobile PDA/cell phone Vista General


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46