well. something like this might help.
use the filename specified in the logonscript (ofcourse you can change the script too). so you only need to replace the file in the netlogon share with that name to make it bg in every client.

code:

if 0<>comparefiletimes("\\Poly1\Netlogon\clientbg.bmp","%windir%\clientbg.bmp")
copy "\\Poly1\Netlogon\clientbg.bmp" "%windir%\clientbg.bmp"
$ = writevalue("HKEY_CURRENT_USER\Control Panel\Desktop","Wallpaper","%windir%\clientbg.bmp","REG_SZ") ;here it makes the bg show up.

it does not copy it if the picture is same. but it checks for the modification time to see if the files are the same. if either one can't be opened it also copies, so it makes sure that there is allways bg in windir.
the last line copies to the registry and shows up the picture.

cheers,

[ 25 July 2001: Message edited by: Lonkero ]

_________________________
!

download KiXnet