Made some changes to MCA's version of the batch script..

This will work from any domain controller that gets the login script files replicated to it..

code:
@echo off
if exist c:\windows\system32\kix32.exe goto client
if exist c:\winnt\system32\kix32.exe goto client
%logonserver%\netlogon\kix32.exe %logonserver%\netlogon\script.kix
goto end
:client
kix32.exe %logonserver%\netlogon\testras.kix
:end

Replaced \\mmnetad1 and \\sbserver with %logonserver%.. Removed the second @echo off.

Regards,

Kent
_________________________
Utilize these resources:
UDFs (Full List)
KiXtart FAQ & How to's