script1.bat
@echo off
\\server\netlogon\Kix32.exe \\server\netlogon\script1.kix
EXIT
or
@ECHO OFF
%0\..\Kix32.exe %0\..\Script1.bat
Exit
Both have same result. Work fine when executed manually but not through logon.
gr