KiX lets you assign variables on the command line. Here's an excerpt from the documentation ...

---8<---

Optionally, variables can be created and assigned a value on the commandline with which KiXtart is started. To do this, type the variable name followed by an equal sign (=) and the value the variable should have. For example:

KIX32 Demo.kix $Key=Value


Note
On the commandline, do not include spaces between the equal sign (=) and the value. If you want to specify a value that contains spaces, enclose it in quotation marks (for example, KIX32 Demo.kix $Key="Hi there").

---8<---

Shawn.