Sorry, I'm new at this stuff. We are running on a Windows NT 4.0 Server environment with Windows 2000 workstations on a 100mb ethernet backbone.

I'd like to run the scripts off our 3 domain controllers via the following batch file:

@ECHO OFF
%0\..\Kix32.exe logon.kix
Exit

There is a very long delay between the batch file opening and the script executing on our new, healthy, 1 gb ram domain controllers. Is my problem that I'm running the kix32.exe from the net logon share?

Thanks!!

:-)