prramesh
05-21-2010, 09:17 AM
The following shell script works very well to make a call with Skype
osascript -l AppleScript -e "tell application \"Skype\" to get URL \"callto://+49176xxxx\""
I want to use this script as an application and place it in Dock.
I made skype.sh file with the above script and I did chmod of this file (chmod +x skype.sh in terminal)
In script editor I wrote the following
do shell script "skype.sh"
and it works when I run the script in script editor. I saved it as an application, but it's not working anymore.
Some one please help me how to make an application out of this and place it in Dock.
osascript -l AppleScript -e "tell application \"Skype\" to get URL \"callto://+49176xxxx\""
I want to use this script as an application and place it in Dock.
I made skype.sh file with the above script and I did chmod of this file (chmod +x skype.sh in terminal)
In script editor I wrote the following
do shell script "skype.sh"
and it works when I run the script in script editor. I saved it as an application, but it's not working anymore.
Some one please help me how to make an application out of this and place it in Dock.