Re: launching an OSX bundle

2008-07-28 Thread Scott Morrow
Hello Andre, Thanks for the lesson! -Scott Morrow On Jul 28, 2008, at 9:49 PM, Andre Garzia wrote: Scott, using something like launch -a will free you from dealing with path references, for example: launch -a firefox will launch firefox no matter where firefox.app is located, courtesy o

Re: launching an OSX bundle

2008-07-28 Thread Andre Garzia
don't we all love when it works? remember, life is good! :D Ciao! Andre On Tue, Jul 29, 2008 at 2:14 AM, Jim Sims <[EMAIL PROTECTED]> wrote: > > On Jul 29, 2008, at 7:10 AM, Andre Garzia wrote: > >> AAAGGGH >> >> sorry, it's 2:08 AM and I have a mild fever... >> >> I mean: >> >>

Re: launching an OSX bundle

2008-07-28 Thread Jim Sims
On Jul 29, 2008, at 7:10 AM, Andre Garzia wrote: AAAGGGH sorry, it's 2:08 AM and I have a mild fever... I mean: open -a firefox Last login: Tue Jul 29 06:55:01 on ttys000 Macintosh:~ jimsims$ open -a firefox Macintosh:~ jimsims$ Worky! :-) sims ~~~

Re: launching an OSX bundle

2008-07-28 Thread Andre Garzia
AAAGGGH sorry, it's 2:08 AM and I have a mild fever... I mean: open -a firefox silly things, open, launch... sorry andre On Tue, Jul 29, 2008 at 1:58 AM, Jim Sims <[EMAIL PROTECTED]> wrote: > > On Jul 29, 2008, at 6:49 AM, Andre Garzia wrote: > >> launch -a >> >> will free yo

Re: launching an OSX bundle

2008-07-28 Thread Jim Sims
On Jul 29, 2008, at 6:49 AM, Andre Garzia wrote: launch -a will free you from dealing with path references, for example: launch -a firefox will launch firefox no matter where firefox.app is located, courtesy of launcservices framework or whatever keeps track of the filesystem these days...

Re: launching an OSX bundle

2008-07-28 Thread Andre Garzia
Scott, using something like launch -a will free you from dealing with path references, for example: launch -a firefox will launch firefox no matter where firefox.app is located, courtesy of launcservices framework or whatever keeps track of the filesystem these days... As for having a differ

Re: launching an OSX bundle

2008-07-13 Thread Sivakatirswami
Scott: Say What? :-) When are you going to release the Mac InTel version? I have some people whose 1st language is not English that might enjoy this. Sivakatirswami Scott Morrow wrote: I'm wondering if issuing the "launch" command to: /Applications/OSX bundle.app produces different resu

launching an OSX bundle

2008-07-13 Thread Scott Morrow
I'm wondering if issuing the "launch" command to: /Applications/OSX bundle.app produces different results than issuing the command to OSX bundle.app/Contents/MacOS/theBinFile Both seem to launch the app. Just curious if there is a difference that I might not be noticing? Scott Morrow E