Prevent asking to locate application
Prevent asking to locate application
- Subject: Prevent asking to locate application
- From: Joseph Weaks <email@hidden>
- Date: Sun, 28 Mar 2004 19:50:37 -0600
Ok, with code like:
if appChoice is "Microsoft Word" then
tell app "Microsoft Word" to activate
else if appChoice is "Appleworks" then
tell app "Appleworks" to activate
end if
the problem is of course that when the end user first runs the script,
it asks them to locate those apps. If they don't have it, they cancel
and can't use the script. What is the easiest, cleanest, shortest
workaround for this?
Is it using
run script "Tell app..." ?
Thanks,
Joe Weaks
_______________________________________________
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.