Create a bat file with the following in it:
echo.
echo.
echo Test to find login script problem !!
pause
%0\..\kix32 it.kix
rem END

If you place this bat file in your “User Manager, Profile, Logon Script Name” and login on a win95 PC, it should display the message "Test to find login script problem!!" if not you've got a general login script problem. If this works the command %0\..\kix32 it.kix should work for both 95 and NT workstations. You can read more about this command in the manual.

If this is a general login script problem you can use Technet to find a solution to your problem.