Is there a way on the mac (os x 10.6) to launch multiple apps in a single command?
|
feedback
|
|
I think using Applescript would be the best way. First open up your AppleScript Editor.app then type in the following:
Of course that's just a show of concept, customise it as you see fit. Then save it as an application. Now you can either double click it to launch all your applications or use a launcher like Quicksilver or Launchbar. | |||||
feedback
|
Quicksilver is a launchy comparable tool. I think comma separated multiple invocations/commands. (e.g. | |||||||
feedback
|
|
Your original question and your comments to answers are not quite the same thing. You might consider looking at ReLaunch, to launch groups of applications. | |||
|
feedback
|
|
Using Alfred, you can launch multiple apps at once. For example, if you set all your development apps with Spotlight Comments "devapps", you'd then launch Alfred, type "devapps" then use the hotkey for "Action all visible results" (set it in General > Results prefs) and all apps would open at once. Handy! | |||
|
feedback
|
| |||
|
feedback
|
|
In terminal you could do:
To open both TextEdit and Safari, or same with Applescript:
You can then save the Applescript as an App you can click on. Or you could use launcher application like Launchpad, Another Launcher or Quicksilver. | ||||
feedback
|
|
What you're looking for is Multiple Launcher.
| ||||
|
feedback
|
