Re: How to apply arguments to .app application while starting it on Terminal?
Re: How to apply arguments to .app application while starting it on Terminal?
- Subject: Re: How to apply arguments to .app application while starting it on Terminal?
- From: Scott F Bayes <email@hidden>
- Date: Mon, 6 Aug 2007 08:19:07 +0900
Re not exposing the bundle structure for command-line (shell)
invocation:
If I've understood you purpose correctly, how about creating a
symbolic link to the executable, putting it in a convenient place for
the user (in his PATH), and having him invoke it that way?
$ myapp -go babygo
I don't think the shell know about Mac aliases, so either a symlink
or a hard link (yecch) would be needed.
ScottB
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
40kdn.biglobe.ne.jp
This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden