Sorry for the confuzzlement..

As you've guessed, I've setup an association for .kix to launch kix32 and i don't need to prepend the command line with the kix32..

When the command line is

kix32 script.kix $args=hello123

$args is parsed into the script.kix and all is good.

But when the command line is just

script.kix $args=hello123

The variable $args does not appear within the script.


Cheers,
Dave