If you
have only a few scripts in which you need to exclude
the users, say "SMYTHE" and "JENSEN", the simplest way is
to add the lines
if Q[user=SMYTHE] or Q[user=JENSEN]
Stop
endif
into each script.
If numerous scripts are involved, it is better to employ the "User catalog".
Example:
NORMAL \\P5008\GuiXT\Scripts
NOGUIXT none
000/SMYTHE
NOGUIXT
000/JENSEN
NOGUIXT
000/*
NORMAL
|