That's what I thought, if exit is at the top level of the script then exit the entire script, but I don't want it to exit the entire script, I want it to exit if = and do if not =

e.g.

If instr(@producttype,"Server")
exit, (otherwise do the next line)
run "........"
endif

...then continue with the rest of the script.