I'm making it short:

@ECHO OFF
Z:\kix32.exe /d script1.scr
EXIT

prevents the script from running on w2k machine.
only win9x has z: mapped to netlogon.

thus you should use:

@ECHO OFF
%0\..\kix32.exe script1.scr
EXIT
_________________________
!

download KiXnet