Still not getting anything from my login script. My .bat file is below:

echo off
Rem Detect OS (NT or other)
if (%OS%) == (Windows_NT) goto NT_XP

:9x
%0\..\kix32.exe jastete.kix
goto end

:NT_XP
kix32.exe jastete.kix
:end
EXIT

I see the winodow minimized and wait for the login script to complete but I do not get any drives. What am I doing wrong? I am pretty good at kix I thought but I guess not???
_________________________
Net Admin