Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'A shell script to use Skype for reminder calls' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
A shell script to use Skype for reminder calls
Authored by: Boris Gordon on Nov 09, '05 06:58:43AM
When I use osascript to execute
tell application "Skype" to get URL "callto://+"
it works but when I use the line from the original hint
osascript -l AppleScript -e "tell application "Skype" to get URL "callto://+""
I get the following error :
34:41: syntax error: A ":" can't go after this identifier. (-2740)
Can anyone decipher this ?

[ Reply to This | # ]