you can do it like this:
code:
If @wksta="name1" OR @wksta="name2" 
goto end
else
"do whatever"
endif