As documented in the KiXtart Manual, the only way for KiXtart to accept commandline arguments is to use variable assignments, such as
code:
kix32.exe script.kix $var="whatever"

Howver, one can always pass empty parameters as demonstrated below to resemble commmand-line arguments
code:
kix32.exe script.kix $c

code:
break on
dim $iRC
$iRC=SETOPTION('Explicit','on')

if isdeclared($c)
? 'Parameter C has been passed'
else
? 'Parameter C has not been passed'
dim $c
endif



[ 20. April 2003, 18:47: Message edited by: sealeopard ]
_________________________
There are two types of vessels, submarines and targets.