need the application to add multiple contacts to skype from a pre defined text file

07/25/2013 10:20 enviroinvestor#1
hi
need the application to add multiple contacts to skype from a pre defined text file
07/25/2013 10:26 Unlocked.,#2
Do you need just help for your own program or do you look for a finished program?
07/25/2013 11:06 enviroinvestor#3
Quote:
Originally Posted by Unlocked., View Post
Do you need just help for your own program or do you look for a finished program?
I have contact txt file

for example
Code:
esthermame5
mohamed.khater163
Tiger999999907
adam.christ59
maasniamoussa
andy.smith2150
salehsaleh586
mofar8
jamesmcgee_14
hashem.m.alzoubi
sam.romp
Thank you!
07/28/2013 22:32 xxfabbelxx#4
It's pretty simple. You just read out the text file and save the names in a string array.

after this you cann add the contacts via for

Kust read trough the documentation of the Skype API I guess somewhere there's explained how to add contacts
07/28/2013 23:03 .SkyneT.#5
Quote:
Originally Posted by xxfabbelxx View Post
It's pretty simple. You just read out the text file and save the names in a string array.
Why would you need an array ?
Just read it line by line and add the contacts.
07/29/2013 02:29 ernilos#6
U just need read line by line and execute shell func "skype:add?% name%", i think that its the function :P