Simple kix script that is Pi$$ing me off. It appears that the if not exist kix function in 4.53 does not take unc's. It is always running this part of the code reguardless if the dir exist or not.
Code:

If Not Exist("\\" + @WKSTA + "\d$\kix\scripts")
MD "\\" + @WKSTA + "\d$\kix\scripts
EndIf