Re: Scripting the OSA Menu?
Re: Scripting the OSA Menu?
- Subject: Re: Scripting the OSA Menu?
- From: Nigel Garvey <email@hidden>
- Date: Wed, 3 Jan 2001 12:53:07 +0000
"Marc K. Myers" wrote on Tue, 02 Jan 2001 22:40:07 -0500:
>
I have a script the runs like a very old dog when executed from Script
>
Editor or as an applet. It runs like a Swiss watch from the OSA Menu.
>
I'd like to trigger it to run as it does in the OSA Menu by calling it
>
from another script. Is there a way to do this?
tell application "OSA Menu"
Do Script myScript -- where myScript is a file specification
end tell
NG