It's unlikely that positional arguments would still be valid once you run a Kix script..

You may need a batch file to launch Kix - something like
 Code:
@kix32.exe kixtart.kix $USRNAME="%1" $USERPASS="%2" $USERDOMAIN="%3"


Kix doesn't recognize "%#" args, because they are special environmental args passed to the command shell. You could also try the GetCommandLine() function, but that's a bit tricky. I'd try the batch method to verify that it works, and then investigate GetCommandLine() to eliminate a Batch to Kix solution.

Glenn
_________________________
Actually I am a Rocket Scientist! \:D