Hello,
we would like to create a contact screen from which we can call people with the voIP application "Skype".
Skype allows to call people directly from the command line :
"c:\program file\skype\skype.exe /CALLTO://callerID"
where callerID represents the username of the person to contact.
(note that no files are used, callerID is only a parameter)
Our idea was to create a database where contacts are stored and <parameter> contains the callerID
We tried several possibilities (like execute file, using file types, ...) but until now we were unable to call skype with the correct argument taken from the database.
Has somebody a solution for getting info from a database and put it in a command line.
Thx