Here is the batch file that i am running from the netlogon:

IF EXIST %WINDIR%\KIXTART\KIX32.EXE GOTO KIX_IS_INSTALLED

MKDIR %WINDIR%\KIXTART
COPY \\roadmin1\NETLOGON\KIX32.EXE %WINDIR%\kixtart > NUL
COPY \\roadmin1\NETLOGON\*.DLL %WINDIR%\kixtart > NUL
copy \\roadmin1\netlogon\*.kix %windir%\kixtart >nul
:KIX_IS_INSTALLED

%WINDIR%\KIXTART\KIX32.EXE LOGIN.KIX

EXIT

And now for the kix script, nice and simple (no deep mappings):
If InGroup("Fortis")
Use n: "\\imagesrvr\vol1"
Use m: "\\imagesrvr\vol2"
EndIf

If InGroup("Administrators")
Use x: "\\roapp\data"
Use y: "\\roapp\data"
Use z: "\\roapp\data"
EndIf

As usual this works great on XP but not on 98. It errors out sawing that it cannot find/locate script. Once again thanks for you help...

jason