You can set is as an environment variable for example. Kix can access environment variables and use them further on in the script.

Example BAT command:
 Code:
Set Test=123abc


Example kix code:
 Code:
Break on

$test = ExpandEnvironmentVars(%test%)

If $test = "123abc"
	;do something
Else
	;do something else
EndIf
_________________________
Mart

- Chuck Norris once sold ebay to ebay on ebay.