Hi guys
I'm very new to kix script and I'm trying to find a way to pass a macro in variable and then use that variable in a batch file, this will be used to capture users logon information. I found some old posts regarding this but I haven't been able to get it to work. I appreciate if you could kindly guide me.

My kix script: (I would like to use following macro values in a batch file)

 Code:
if redirectOutput($file)=0
    ? "@WKSTA, @date, @time, @userid, @LDOMAIN*"
endif





Edited by FLANKER (2017-09-29 02:50 PM)