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

27.02.2008 18:57:06
call external applescript
View

This posting is older than 6 months and can contain outdated information.
Is there a way to launch a script located in the applescript folder from within remote buddy?

Reason for that is that the script window in RB is very small and you need to recompile everytime you change something.

// run application "compiled_script" // works from within an applescript but not from within the RB script window. the compiled_script opens but nothing happens.

txs in advance 

These entries from the FAQ may be relevant to this topic:

Hardware - Apple® Remote
User

01.03.2008 21:31:02
Re: call external applescript
View

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