Re: Scripting Applescript itself
Re: Scripting Applescript itself
- Subject: Re: Scripting Applescript itself
- From: Axel Luttgens <email@hidden>
- Date: Fri, 29 Nov 2002 10:04:22 +0100
Hans Schoenmaker wrote:
>
Hi guys,
>
>
>
I've generated textfiles from a database.
>
These files are Applescripts in text format.
>
>
>
I want to run these "scriptfiles" automatically by using an other
>
applescript with;
>
>
>
tell theScriptFile to run
>
>
>
You're very near !
This should work :
set thePath to "path to the file" -- change as needed
run script file thePath
You'll get more info by looking at the Standard Additions' dictionary.
HTH,
Axel
_______________________________________________
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.