You want to copy from the NetLonon share, to a local file !

There has been some issues on the "%0\..\" on WinXP posted on this board.
Furthermore, %0 is a batchfile parameter, you can replace this in a KiX-script.

Instead of this:
Copy "%0\..\ls.bmp" $dir

Try using:
Copy "@LServer\Netlogon\ls.bmp" $dir

-Erik