I have been using kixtart with no problem for over 4 months. All I use it for is to map user directories. I do this by calling a logon script (ADMIN.BAT).

ADMIN.BAT
-------------
net use i: \\education\netlogon
i:\
cd\
kix32.exe LOGON.BAT
c:\
net use i: /d /y
net use f: \\oaserver\admin /y

Now, inside LOGON.BAT I run the kixtart commands.

LOGON.BAT
-------------
use p: "\\education\@userid$"


Untill this weekened everything was working fine. Now it freezez and does not continue after the KIX32.EXE LOGON.BAT line. All the files are in the netlogon directory. Nothing has changed over the weekend. Please help.