ZZZzzzz... eh - what?? huh? Oh.. sorry!

Actually, I don't have a kix script, as it turns out. My login script calls a bat file to run the BGInfo.
 Code:
@Echo off
If Exist %WINDIR%\BGInfo.bmp Del %WINDIR%\BGInfo.bmp
\\ad.domain\netlogon\BGI\BGInfo.exe /timer:0 /i\\ad.domain\NetLogon\BGI\NetClient.bgi

The If Exist is there just to remove the old backgrounds, and is not really required.
The settings in NetClient.bgi are just the basics - username, hostname, IP, OS/SP, Boot time, and disk labels/sizes. We do specify a fixed color, which matches the bgcolor defined in our GPO.

Of course, you could Shell this from Kix pretty easily. My login script is generic, and calls external commands - there was no point for me to use a Kix script simply to shell this executable, so I opted for the bat file, which allowed me to remove the old BG image at the same time.

Glenn
_________________________
Actually I am a Rocket Scientist! \:D