Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


Click here to return to the 'Run other apps from the installer' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
Run other apps from the installer
Authored by: megagram on Mon, Nov 19 2007 at 10:22AM PST
You can do this without the open command. Just enter the full path to the Mach-O executable file and it will launch the given application.

For instance, to launch TextEdit:

/Applications/TextEdit.app/Contents/MacOS/TextEdit

The generic command would be:

/Applications/AppName.app/Contents/MacOS/AppName

[ Reply to This | # ]

Run other apps from the installer
Authored by: Shiver758 on Mon, Nov 19 2007 at 3:04PM PST
Hear hear! You beat me to the punch.

I'm a command line/keyboard junkie, and, other than Spotlight since Leopard, this is my favorite way to launch programs. :)

[ Reply to This | # ]