Re: Run an AppleScript from within an AppleScript
Re: Run an AppleScript from within an AppleScript
- Subject: Re: Run an AppleScript from within an AppleScript
- From: has <email@hidden>
- Date: Thu, 5 Dec 2002 11:37:31 +0000
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?
Using Standard Additions:
set theScript to load script (alias "path to script here")
run theScript
or:
run script (alias "path to script here")
has
--
--
http://www.barple.pwp.blueyonder.co.uk -- The Little Page of AppleScripts
_______________________________________________
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.