I have a logon script called USER.BAT which is as follows:

%0\..\kix32.exe %0\..\trackit.scr

My script file, TRACKIT.SCR is as follows:

use z: "\\server\share"

However, whenever a Win9x user logs on, it will not map the drive. Nothing happens. I can manually map to the NETLOGON and run the USER.BAT successfully, then it maps, but I cannot get the drive to map on its own from simply logging into the domain. Any suggestions???