Re: Simple question - how2 launch apps in OS X via a script
Re: Simple question - how2 launch apps in OS X via a script
- Subject: Re: Simple question - how2 launch apps in OS X via a script
- From: Steve Mills <email@hidden>
- Date: Tue, 21 Oct 2003 21:54:29 -0500
On Tuesday, Oct 21, 2003, at 19:43 US/Central, Robert DeLaurentis wrote:
What is the best way to launch applications via Applescript. I want to
open
a set of apps, some of which are not scriptable. Is there a uniform,
generally accepted method for launching an app itself from a script?
tell app "the app you want to launch" to run
tell app "another app" to run
Or tell them to "activate" so they're all brought to the front (one at
a time).
Steve Mills
Drummer, Mac geek
http://sjmills5.home.mchsi.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.