Wouldn't you know it, but Win2000 has decided to be stubborn. My logon.bat file runs fine when someone logs in using Win95. When the same thing is tried using Win2000 - nothing happens. The bat file never seems to run, no error messages, nothing - like it didn't exist or it's just not seeing it for some reason that escapes me. My bat file is below. Any ideas?

----bat file start---
@Echo Off
%0\..\kix32.exe %0\..\logon.kix
----bat file end-----

Christine