Re: Running a Script Automatically
Re: Running a Script Automatically
- Subject: Re: Running a Script Automatically
- From: "Bob.Kalbaugh" <email@hidden>
- Date: Fri, 08 Mar 2002 17:42:53 -0500
on 3/7/02 3:12 PM, Dean Harvey at email@hidden wrote:
>
... but I have to
>
push the "run" button to run the Script. How do I
>
have it so the Script won't appear and just
>
automatically run?
>
>
Here is what I have:
>
>
on run
>
tell application "Internet Explorer"
>
Activate
>
OpenURL "http://www.artbell.com/"
>
end tell
>
end run
>
>
Dean
You could resave the script as an applet and make
sure the option "Never Show Startup Screen" is checked.
--
Bob.Kalbaugh
_______________________________________________
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.