Running a Script Automatically
Running a Script Automatically
- Subject: Running a Script Automatically
- From: Dean Harvey <email@hidden>
- Date: Thu, 7 Mar 2002 12:12:02 -0800 (PST)
I am trying to run a Script automatically upon my
voice command. I have it in the speackable folder and
when I request the script, it comes up, 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
Try FREE Yahoo! Mail - the world's greatest free email!
http://mail.yahoo.com/
_______________________________________________
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.