Could do with a hand here ... new to Kix but have been left an existing script that I want to add a command to run 2 seperate EXE files dependant on OS.

I have

IF @INWIN=2
RUN "\\SERVERNAME\FILE98.EXE"
ELSE
RUN "\\SERVERNAME\FILENT.EXE"
ENDIF

Can someone please advise as to where I am going wrong.. the script runs all the above parts to it but doesnt run this EXE file.

I have tried adding a command in a batch file and calling that as well but it just seems to ignore it.

IanPritch44