haha...no no, not at all. Just trying to be politically correct!

If I include an EXIT statement here

code:
IF 
SUBSTR(@WKSTA,1,2) = "D1" OR @WKSTA = "LEAT 30"

$PrinterName = "\\TCW2KS01\D1-HP4Si"
CALL "@LSERVER\NetLogon\Scripts\dfltpntr.kix"
EXIT
ENDIF

will this exit the IF statement only, or the whole script?

In response to the 'what is dfltpntr.kix?', I really dont know. We are new to the school and are trying to make things work a little faster for the mean time. Im sure there will be more slim lining going on in time!

Ben