cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
ankit_ceo
Level 3

What is the variable storing the command line argument.

Hi,
I am working on InstallAnywhere 2011 SP3. I am in the dire need of knowing which variable the value passed as command line argument to install.bin goes to.Like in the following case...

install.bin -f input_file_path

I need to know which variable will store the value in "input_file_path".
Please help me.

Regards
Ankit Kumar
Labels (1)
0 Kudos
(1) Reply
SunnyBoy
Level 6

I think it is $CMD_LINE_ARGUMENTS$ variable (which corresponds to the LAX property lax.command.line.args).
0 Kudos