I'd like to use command line input in the format used by batch files, but convert the batch file to kix.

e.g. part of my av_stop batch file

sc \\%1 stop "AlertManager"
sc \\%1 stop "McAfeeFramework"
sc \\%1 stop "McTaskManager"
sc \\%1 stop "MCSHIELD"

To run above I could type av_stop machine001

In kix I would seem to have to do:-

KIX32 av_stop.kix $Machine=Machine001

Is it possible to just type:-

KIX32 av_stop.kix Machine001

and read the %1 like you would whilst running a batch file?

thanks