Support
All support resources for our products. Here you can find answers to frequently asked questions, discuss with other users, recover a lost license code or file a support request.
Forum closed
This forum was closed and turned into an archive effective April 21, 2018. It is no longer possible to create new topics or reply to existing topics.

Thanks everyone for all the great questions and contributions over the years.

Please use the Contact form to get in touch.

Remote Buddy Forum

Overview 

AuthorThread
User

01.03.2008 21:31:02
Re: call external applescript

This posting is older than 6 months and can contain outdated information.
I'm afraid that "run application" equals to launching a file URL 
through Launch Services. That means it executes binary code, but does 
open documents (and AppleScripts are documents in this case) in their 
respective apps (Script Editor). To execute them, you'd have to run 
them using osascript (a shell command).

do shell script "osascript yourscript"

or similar should do the trick.

You should be able to resize the BCK and Custom Action Editor, though 
and thus gain more real estate for editing scripts directly in Remote 
Buddy. Compiling is not mandatory, but just an aid to check whether 
the entered code is valid.

Best regards, 
Felix Schwarz 

Thread-display::