when i run this script in command prompt on the test computer
c:\kix>kix32 logon.kix /d
it runs ok without any error messenge but it does not map the drive

and the content of the logon.kix is
IF INGROUP("ITDEPT")
USE X: /DEL /PERSISTENT
USE Y: /DEL /PERSISTENT
USE X: "\\SERVER\SURPAC"
USE Y: "\\SERVER\DEPARTMENT"
ENDIF