I administer a small network with 1 NT server and about 50 clients all running Win 95 / 98. I've tried to implement Kixtart in the logon scripts in order to map network drives. I can't get it to work. If I run the logon script after Windows has booted, it seems to work fine.

Here's the batch file I'm using:

%0\..\kix32.exe first.scr
net use k: \\wccntsrv\%USERNAME%
net time \\wccntsrv /set /yes

and here's the first.scr file:

SHELL "\\ntserver\NETLOGON\winset.exe USERNAME=@USERID"
exit

Could anyone please let an idiot know what he is doing wrong?

Thanks in advance.

Stretch