Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Open several apps and docs with a double-click' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Open several apps and docs with a double-click
Authored by: arosen on May 17, '04 07:05:12PM
The problem with that method is that the terminal app is started up and then left open. A cleaner way in my opinion is to create an applescript with the "do shell script" command. For example, all you need in the code is: do shell script "open /Applications/Chess.app"

[ Reply to This | # ]