Ok I'm almost there but right as I complied I got this.

Expected “end” or “on” but found “end tell”.

Here is the script. For some reason these infovox voices won't let me arrow 
through the thing so I'm suigm text edit to write the thing instead.

try
tell application "skype" to activate
end tell
tell application "finder"
open "~clisk_mac" using terminal.app
end tell
end try


I think 'm close but I cannot put my finger on it.

SOn Jan 11, 2011, at 5:10 PM, Yuma Decaux wrote:

> Hi,
> 
> If its an application which is not in the list accessible by applescript, you 
> need to use finder to open it
> 
> Tell application "skype"activate
> Endt tell
> Tell application "finder"
> Open "application.app" of folder "applications" of startup disk
> End tell 
> 
> Just on top of my head, but this is what is done for documents and folders, 
> so it also applies to files thus applications and scripts too.
> 
> Cheers 
> 
> 
> 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "MacVisionaries" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> For more options, visit this group at 
> http://groups.google.com/group/macvisionaries?hl=en.
> 

-- 
You received this message because you are subscribed to the Google Groups 
"MacVisionaries" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.

Reply via email to