Re: Open Script Editor in OSX
Re: Open Script Editor in OSX
- Subject: Re: Open Script Editor in OSX
- From: Jake Pietrykowski <email@hidden>
- Date: Tue, 15 Mar 2005 11:48:06 -0600
Steve,
On 3/15/05 11:34 AM, "Steve Foster" wrote:
> Hi
>
> I have a small but very annoying problem. I am working in Apple Studio
> and need to run an include file in Script editor. the following script
> works fine BUT it always opens the script editor in Classic (and goes
> through all of the classic opening routine) . Does anyone know a way of
> forcing the programme to open the OSX Script Editor?
>
> tell application "Script Editor"
>
> set strRunScript to run script alias strIncScript
>
> end tell
What if you try:
tell application "Script Editor.app"
...
end tell
OR
Are you sure your strIncScript does not require anything Classic?
jp
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden