Hi, I'm new to kixtart but I think what I'm trying to do should be pretty easy. Basically, I just want to check to see if a hostname or NETBIOS name matches (there's actually 3 computers I need to check for), and if so - do nothing, but run an executable for everyone else. I'm guessing it will look something like this:

If HOSTNAME = workstation1 or workstation2 or workstation3
Do nothing
ELSE
Run executable
ENDIF

I'm not sure what the syntax is though. Also, how do I launch an executable from within the script?

Any help would be greatly appreciated.

Thanks,
Matt