Hello there,
This is my first post and an easy request.
To give a quick idea about my request visit this URL:
http://felixker.com/...er-contact-list-ctt/You've got a bunch of email addresses and they're all MSN/Windows Live Messenger contacts? Are you going to add them one by one or just import them at one go?
You enter the number of email address you want for instanse:
[email protected][email protected]the Exported file would be as the following
anything.CTT
if that file is opened in Notepad it would read:
<?xml version="1.0"?>
<messenger>
<service name=".NET Messenger Service">
<contactlist>
</contactlist>
</service>
</messenger>
My target:
Instead of using the internet to perform this procedure
i would love to have a small tool & paste more than one email address.
Hit the Export Button and get the CTT file or even a TXT file with the same structure.
If any programmer was able to export the same exact structure of the file but was facing difficulties with renaming it to CTT thats fine
i'll do it manually from my side. Coz Windows Live Messenger Accepts CTT files only.
So basically this is the language the WLM understands :<?xml version="1.0"?>
<messenger>
<service name=".NET Messenger Service">
<contactlist>
<contact>EMAIL HERE</contact>
<contact>EMAIL HERE</contact>
</contactlist>
</service>
</messenger>
Thanx in advance