Since you are using an admin share, just wondering, does the person running this script have admin permissions?

Second... since you are using @WKSTA that means you are connecting to the machine that the script is running on. Why use @wksta at all? for example:

Code:

If Not Exist("d:\kix\scripts\")
MD "d:\kix\scripts"
EndIf