Re: Run and AppleScript from within and AppleScript
Re: Run and AppleScript from within and AppleScript
- Subject: Re: Run and AppleScript from within and AppleScript
- From: Nathan Day <email@hidden>
- Date: Fri, 6 Dec 2002 00:22:35 +1030
on run
set theScript to load script (choose file) -- choose a compiled apple
script
tell theScript to run
end run
On Thursday, December 5, 2002, at 02:39 PM, The Other Rob wrote:
I've trying all afternoon to work out how to get an AppleScript to run
another AppleScript. Do I have to create a script application and run
that?
Or can I directly run the script on it's own?
As you can probably tell I'm an AppleScript newbie. :)
Thanks,
-Rob
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.
Nathan Day
http://homepage.mac.com/nathan_day/
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.