Can someone please help me. My problem is whenever I logon to a NT Terminal Server 4.0 the kixtart script does not execute. The exact script is:

@echo off
net use j: \\testserver\netlogon
%0\..\kix32 test.scr /f
net use j: /d
exit