I was looking into this also, a few years back, but couldn't find any
solution.
What I did was, creating a small kickstarter app, put the options
inside the code, compiled it.
the code inside started the target app with those options. This for
each set of options.
Yes, you have to compile for each set of options a kickstarter alias.
But its so small, it will take just seconds to do.
Or maybe you can do something with applescript.
HTH
Op 30-okt-2007, om 5:36 heeft spsaxena het volgende geschreven:
See I am having an application that behaves differently based on the
parameters invoked upon. The application is relocatable and it
already used
to maintain aliases. I just want to extend that functionality of
alias (if
possible) to also pass a parameter to the application while
invoking the
same. So I wanted to know if at all it is possible? If yes then how...
Thanks
On 10/29/07, parag vibhute <email@hidden> wrote:
Can u tell why do you want to find such info?
Thanks,
Parag
On 10/29/07, spsaxena <email@hidden > wrote:
Hi,Is there any way to determine whether an application has been
launched
directly or through any of its alias? Or while creating the alias
can I
set
any property which would later help me out in determining this.